diff options
Diffstat (limited to 'sql-files/upgrade_svn11018.sql')
-rw-r--r-- | sql-files/upgrade_svn11018.sql | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sql-files/upgrade_svn11018.sql b/sql-files/upgrade_svn11018.sql deleted file mode 100644 index 8c2a4c2d9..000000000 --- a/sql-files/upgrade_svn11018.sql +++ /dev/null @@ -1,10 +0,0 @@ -DROP TABLE IF EXISTS `hotkey`; -CREATE TABLE `hotkey` ( - `char_id` INT(11) NOT NULL, - `hotkey` TINYINT(2) unsigned NOT NULL, - `type` TINYINT(1) unsigned NOT NULL default '0', - `itemskill_id` INT(11) unsigned NOT NULL default '0', - `skill_lvl` TINYINT(4) unsigned NOT NULL default '0', - PRIMARY KEY (`char_id`,`hotkey`), - INDEX (`char_id`) -) ENGINE=MYISAM; |