Update database for the language pack installer system to work properly

This commit is contained in:
james 2006-10-25 16:35:16 +00:00
parent 95dc9eea5b
commit c72193e671
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
29
30

4
db/db.update.30.sql Normal file
View 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` );