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:18:18 +0400
committerAndreas Fischer <bantu@owncloud.com>2013-11-27 00:18:42 +0400
commit035199acab332f4c912459eab436a9e18ea94161 (patch)
treecf4cca08f24bfdbcb3f0bb68866522a0912a124f /db_structure.xml
parent5450d166b0eb86e583ceef219bf1bf76d90a6178 (diff)
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>