Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2013-11-26 23:55:19 +0400
committerAndreas Fischer <bantu@owncloud.com>2013-11-26 23:55:19 +0400
commit43f0e3031554f68549887bff49c4dc4f487ad82f (patch)
treef90d7d1383cf12fca0c2e28e7c22ecb3c6524da0 /db_structure.xml
parent790155e574632c7d628d0bd66cb13764e0cbcdd5 (diff)
db-doc: group_admin reduction note
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml3
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>