Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2013-11-27 00:15:23 +0400
committerAndreas Fischer <bantu@owncloud.com>2013-11-27 00:15:23 +0400
commit5450d166b0eb86e583ceef219bf1bf76d90a6178 (patch)
tree42dc6abd4ce404b765cef78d334cd45e3848d78d /db_structure.xml
parent466e8985a8702d16605a2cadff711ee1c6cd9cce (diff)
db-doc: locks description
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml
index a55cc18cc74..34ea742f427 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -577,7 +577,9 @@
</table>
<table>
-
+ <!--
+ Locks held by WebDAV clients via OC_Connector_Sabre_Locks.
+ -->
<name>*dbprefix*locks</name>
<declaration>
@@ -592,6 +594,7 @@
<length>4</length>
</field>
+ <!-- Foreign Key users::uid -->
<field>
<name>userid</name>
<type>text</type>