diff options
Diffstat (limited to 'sql-files/upgrade_svn13541.sql')
-rw-r--r-- | sql-files/upgrade_svn13541.sql | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql-files/upgrade_svn13541.sql b/sql-files/upgrade_svn13541.sql deleted file mode 100644 index 1c770d074..000000000 --- a/sql-files/upgrade_svn13541.sql +++ /dev/null @@ -1,2 +0,0 @@ -ALTER TABLE `char` CHANGE `status_point` `status_point` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'; -ALTER TABLE `char` CHANGE `skill_point` `skill_point` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'; |