summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn7768.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrade_svn7768.sql')
-rw-r--r--sql-files/upgrade_svn7768.sql8
1 files changed, 0 insertions, 8 deletions
diff --git a/sql-files/upgrade_svn7768.sql b/sql-files/upgrade_svn7768.sql
deleted file mode 100644
index c04d03973..000000000
--- a/sql-files/upgrade_svn7768.sql
+++ /dev/null
@@ -1,8 +0,0 @@
-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