diff options
Diffstat (limited to 'sql-files/upgrade_svn7768.sql')
-rw-r--r-- | sql-files/upgrade_svn7768.sql | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sql-files/upgrade_svn7768.sql b/sql-files/upgrade_svn7768.sql index 69f6f1333..c04d03973 100644 --- a/sql-files/upgrade_svn7768.sql +++ b/sql-files/upgrade_svn7768.sql @@ -1,8 +1,8 @@ -DROP TABLE IF EXISTS `skill_homunculus`;
-CREATE TABLE `skill_homunculus` (
- `homun_id` int(11) NOT NULL,
- `id` int(11) NOT NULL,
- `lv` smallint(6) NOT NULL,
- PRIMARY KEY (`homun_id`,`id`),
- KEY `homun_id` (`homun_id`)
+DROP TABLE IF EXISTS `skill_homunculus`; +CREATE TABLE `skill_homunculus` ( + `homun_id` int(11) NOT NULL, + `id` int(11) NOT NULL, + `lv` smallint(6) NOT NULL, + PRIMARY KEY (`homun_id`,`id`), + KEY `homun_id` (`homun_id`) ) TYPE=MyISAM;
\ No newline at end of file |