summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2013-11-26 21:18:18 +0100
committerAndreas Fischer <bantu@owncloud.com>2013-11-26 21:18:42 +0100
commit035199acab332f4c912459eab436a9e18ea94161 (patch)
treecf4cca08f24bfdbcb3f0bb68866522a0912a124f /db_structure.xml
parent5450d166b0eb86e583ceef219bf1bf76d90a6178 (diff)
downloadnextcloud-server-035199acab332f4c912459eab436a9e18ea94161.tar.gz
nextcloud-server-035199acab332f4c912459eab436a9e18ea94161.zip
db-doc: preferences description
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 34ea742f427..18ec7d4236a 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -659,11 +659,16 @@
</table>
<table>
-
+ <!--
+ Namespaced Key-Value Store for User Preferences
+ - Keys are namespaced per userid and appid.
+ - E.g. (admin, files, cache_version) -> 5
+ -->
<name>*dbprefix*preferences</name>
<declaration>
+ <!-- Foreign Key users::uid -->
<field>
<name>userid</name>
<type>text</type>