diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 21:15:23 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 21:15:23 +0100 |
commit | 5450d166b0eb86e583ceef219bf1bf76d90a6178 (patch) | |
tree | 42dc6abd4ce404b765cef78d334cd45e3848d78d /db_structure.xml | |
parent | 466e8985a8702d16605a2cadff711ee1c6cd9cce (diff) | |
download | nextcloud-server-5450d166b0eb86e583ceef219bf1bf76d90a6178.tar.gz nextcloud-server-5450d166b0eb86e583ceef219bf1bf76d90a6178.zip |
db-doc: locks description
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 5 |
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> |