From 43f0e3031554f68549887bff49c4dc4f487ad82f Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 26 Nov 2013 20:55:19 +0100 Subject: db-doc: group_admin reduction note --- db_structure.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'db_structure.xml') 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 --> *dbprefix*group_admin -- cgit v1.2.3