diff options
-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> |