[Pkg-owncloud-commits] [owncloud] 184/239: db-doc: preferences description

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 035199acab332f4c912459eab436a9e18ea94161
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Tue Nov 26 21:18:18 2013 +0100

    db-doc: preferences description
---
 db_structure.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/db_structure.xml b/db_structure.xml
index 34ea742..18ec7d4 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list