diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 20:55:19 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 20:55:19 +0100 |
commit | 43f0e3031554f68549887bff49c4dc4f487ad82f (patch) | |
tree | f90d7d1383cf12fca0c2e28e7c22ecb3c6524da0 /db_structure.xml | |
parent | 790155e574632c7d628d0bd66cb13764e0cbcdd5 (diff) | |
download | nextcloud-server-43f0e3031554f68549887bff49c4dc4f487ad82f.tar.gz nextcloud-server-43f0e3031554f68549887bff49c4dc4f487ad82f.zip |
db-doc: group_admin reduction note
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index f1474fe0680..b99e2515253 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> |