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;