Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -159,7 +159,7 @@ |
160 | 160 | CREATE INDEX /*i*/ug_group ON /*_*/user_groups (ug_group); |
161 | 161 | |
162 | 162 | -- Stores the groups the user has once belonged to. |
| 163 | +-- The user may still belong to these groups (check user_groups). |
163 | 164 | -- Users are not autopromoted to groups from which they were removed. |
164 | 165 | CREATE TABLE /*_*/user_former_groups ( |
165 | 166 | -- Key to user_id |