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 18ec7d4236a..9db514bf905 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -722,7 +722,9 @@ </table> <table> - + <!-- + WebDAV properties. + --> <name>*dbprefix*properties</name> <declaration> @@ -736,6 +738,7 @@ <length>4</length> </field> + <!-- Foreign Key users::uid --> <field> <name>userid</name> <type>text</type> |