From ac552e1990939209741238e3423807e20ad4dfc5 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 16 Feb 2012 21:32:53 +0000 Subject: [PATCH] Fix r111590 typo. --- maintenance/tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 41caf7f1f1..de4de08d8c 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -159,7 +159,7 @@ CREATE UNIQUE INDEX /*i*/ug_user_group ON /*_*/user_groups (ug_user,ug_group); CREATE INDEX /*i*/ug_group ON /*_*/user_groups (ug_group); -- Stores the groups the user has once belonged to. --- The user may still belong these groups (check user_groups). +-- The user may still belong to these groups (check user_groups). -- Users are not autopromoted to groups from which they were removed. CREATE TABLE /*_*/user_former_groups ( -- Key to user_id -- 2.20.1