diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 21:23:57 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 21:23:57 +0100 |
commit | f4031d4320fc2ddbd96b462994d9161c4bd85e17 (patch) | |
tree | 4d1f822070afb1c2d674917dcd6469394362b616 /db_structure.xml | |
parent | 035199acab332f4c912459eab436a9e18ea94161 (diff) | |
download | nextcloud-server-f4031d4320fc2ddbd96b462994d9161c4bd85e17.tar.gz nextcloud-server-f4031d4320fc2ddbd96b462994d9161c4bd85e17.zip |
db-doc: properties 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 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> |