[Pkg-owncloud-commits] [owncloud] 189/239: db-doc: vcategory* descriptions

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 2714a22ba855ae96c8d282d3b6cfcd5d281bea66
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Tue Nov 26 22:06:20 2013 +0100

    db-doc: vcategory* descriptions
---
 db_structure.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/db_structure.xml b/db_structure.xml
index 8212e4c..aa5c134 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -1055,7 +1055,9 @@
 	</table>
 
 	<table>
-
+		<!--
+		List of tags (category) + a unique tag id (id) per user (uid) and type.
+		-->
 		<name>*dbprefix*vcategory</name>
 
 		<declaration>
@@ -1070,6 +1072,7 @@
 				<length>4</length>
 			</field>
 
+			<!-- Foreign Key users::uid -->
 			<field>
 				<name>uid</name>
 				<type>text</type>
@@ -1122,7 +1125,9 @@
 	</table>
 
 	<table>
-
+		<!--
+		Object-Tag associations per tag type.
+		-->
 		<name>*dbprefix*vcategory_to_object</name>
 
 		<declaration>
@@ -1136,6 +1141,7 @@
 			<length>4</length>
 		</field>
 
+		<!-- Foreign Key vcategory::id -->
 		<field>
 			<name>categoryid</name>
 			<type>integer</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