summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn9050.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrade_svn9050.sql')
-rw-r--r--sql-files/upgrade_svn9050.sql12
1 files changed, 6 insertions, 6 deletions
diff --git a/sql-files/upgrade_svn9050.sql b/sql-files/upgrade_svn9050.sql
index 932bc3b38..2e0c72489 100644
--- a/sql-files/upgrade_svn9050.sql
+++ b/sql-files/upgrade_svn9050.sql
@@ -1,6 +1,6 @@
-ALTER TABLE `picklog` ADD INDEX (`type`);
-ALTER TABLE `zenylog` ADD INDEX (`type`);
-ALTER TABLE `branchlog` ADD INDEX (`account_id`), ADD INDEX (`char_id`);
-ALTER TABLE `atcommandlog` ADD INDEX (`account_id`), ADD INDEX (`char_id`);
-ALTER TABLE `npclog` ADD INDEX (`account_id`), ADD INDEX (`char_id`);
-ALTER TABLE `chatlog` ADD INDEX (`src_accountid`), ADD INDEX (`src_charid`);
+ALTER TABLE `picklog` ADD INDEX (`type`);
+ALTER TABLE `zenylog` ADD INDEX (`type`);
+ALTER TABLE `branchlog` ADD INDEX (`account_id`), ADD INDEX (`char_id`);
+ALTER TABLE `atcommandlog` ADD INDEX (`account_id`), ADD INDEX (`char_id`);
+ALTER TABLE `npclog` ADD INDEX (`account_id`), ADD INDEX (`char_id`);
+ALTER TABLE `chatlog` ADD INDEX (`src_accountid`), ADD INDEX (`src_charid`);