[Pkg-owncloud-commits] [owncloud] 190/239: db-doc: privatedata description

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:36 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 68986f52725536a6cb64e0c0310614c90e1945b6
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Tue Nov 26 22:13:01 2013 +0100

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

diff --git a/db_structure.xml b/db_structure.xml
index aa5c134..7de0f92 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -1194,7 +1194,11 @@
 	</table>
 
 	<table>
-
+		<!--
+		Namespaced Key-Value Store for arbitrary data.
+		 - Keys are namespaced per userid and appid.
+		 - E.g. (admin, files, foo) -> bar
+		-->
 		<name>*dbprefix*privatedata</name>
 
 		<declaration>
@@ -1209,6 +1213,7 @@
 			<autoincrement>1</autoincrement>
 		</field>
 
+		<!-- Foreign Key users::uid -->
 		<field>
 			<name>user</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