[Pkg-owncloud-commits] [owncloud] 180/239: db-doc: group_admin reduction note

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 43f0e3031554f68549887bff49c4dc4f487ad82f
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Tue Nov 26 20:55:19 2013 +0100

    db-doc: group_admin reduction note
---
 db_structure.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/db_structure.xml b/db_structure.xml
index f1474fe..b99e251 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -496,6 +496,9 @@
 		Stores which groups have which users as admins in an n:m relationship.
 		 - Maps group id (gid) to a set of users (uid)
 		 - Maps user id (uid) to a set of groups (gid)
+
+		NOTE: This could (very likely) be reduced to a single bit in group_user
+		      instead of repeating varchars gid and uid here
 		-->
 		<name>*dbprefix*group_admin</name>
 

-- 
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