summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn9050.sql
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-19 09:46:11 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-19 09:46:11 +0000
commit08473537fcea7e14b049b0fba86d5f49bed01f2c (patch)
tree9387e934418218dc63ac21b8518be1a0cfa7bab2 /sql-files/upgrade_svn9050.sql
parent2b6eceb685dd222e0b84defa0f2c415c4adefd43 (diff)
downloadhercules-08473537fcea7e14b049b0fba86d5f49bed01f2c.tar.gz
hercules-08473537fcea7e14b049b0fba86d5f49bed01f2c.tar.bz2
hercules-08473537fcea7e14b049b0fba86d5f49bed01f2c.tar.xz
hercules-08473537fcea7e14b049b0fba86d5f49bed01f2c.zip
* SQL files fixup
- extended convert_engine_myisam and added innodb version - changed the max. email length to 39 (to match value in source code) - added comment for storage/guild storage picklog entries - changed SETs to ENUMs, which is the proper data type in logs - fixed incorrect defaults, shortened mapname lengths to 11 - use upgrade_svn10575_*.sql to apply changes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10575 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/upgrade_svn9050.sql')
-rw-r--r--sql-files/upgrade_svn9050.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql-files/upgrade_svn9050.sql b/sql-files/upgrade_svn9050.sql
deleted file mode 100644
index 2e0c72489..000000000
--- a/sql-files/upgrade_svn9050.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-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`);