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:23:57 +0400
committerAndreas Fischer <bantu@owncloud.com>2013-11-27 00:23:57 +0400
commitf4031d4320fc2ddbd96b462994d9161c4bd85e17 (patch)
tree4d1f822070afb1c2d674917dcd6469394362b616 /db_structure.xml
parent035199acab332f4c912459eab436a9e18ea94161 (diff)
db-doc: properties 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 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>