db-doc: group_admin reduction note

This commit is contained in:
Andreas Fischer 2013-11-26 20:55:19 +01:00
parent 790155e574
commit 43f0e30315
1 changed files with 3 additions and 0 deletions

View File

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