summaryrefslogtreecommitdiffstats
path: root/upgrades
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades')
-rw-r--r--upgrades/dbpatches/1.4/mysql/patch/rights.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrades/dbpatches/1.4/mysql/patch/rights.sql b/upgrades/dbpatches/1.4/mysql/patch/rights.sql
index 6d737ea9..3f62ae80 100644
--- a/upgrades/dbpatches/1.4/mysql/patch/rights.sql
+++ b/upgrades/dbpatches/1.4/mysql/patch/rights.sql
@@ -8,6 +8,6 @@ CREATE TABLE rights_tmp (
) ENGINE=InnoDB;
CREATE INDEX rights_1 on rights_tmp (groupid);
---insert into rights_tmp select * from rights;
+-- insert into rights_tmp select * from rights;
drop table rights;
alter table rights_tmp rename rights;