From 0bbac97150e6fd8777c88fca03315dda306bc9e9 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 22 Jun 2002 18:30:50 +0000 Subject: [PATCH] Removed all users from magic groups. --- docs/upgrades/upgrade_4.0.3-4.1.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/upgrades/upgrade_4.0.3-4.1.0.sql b/docs/upgrades/upgrade_4.0.3-4.1.0.sql index 90cfa9daa..38ed193a4 100644 --- a/docs/upgrades/upgrade_4.0.3-4.1.0.sql +++ b/docs/upgrades/upgrade_4.0.3-4.1.0.sql @@ -9,4 +9,5 @@ create table karmaLog ( ); INSERT INTO international VALUES (537,'WebGUI','English','Karma'); INSERT INTO international VALUES (538,'WebGUI','English','Karma Threshold'); +delete from groupings where groupId=1 or groupId=2 or groupId=7;