forked from science-ation/science-ation
Update database for the language pack installer system to work properly
This commit is contained in:
parent
95dc9eea5b
commit
c72193e671
@ -1 +1 @@
|
||||
29
|
||||
30
|
||||
|
4
db/db.update.30.sql
Normal file
4
db/db.update.30.sql
Normal file
@ -0,0 +1,4 @@
|
||||
ALTER TABLE `translations` DROP INDEX `strmd5`;
|
||||
ALTER TABLE `translations` DROP INDEX `lang`;
|
||||
ALTER TABLE `translations` ADD UNIQUE KEY ( `lang`, `strmd5` );
|
||||
|
Loading…
Reference in New Issue
Block a user