diff options
Diffstat (limited to 'sql-files/upgrade_svn13540.sql')
-rw-r--r-- | sql-files/upgrade_svn13540.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql-files/upgrade_svn13540.sql b/sql-files/upgrade_svn13540.sql new file mode 100644 index 000000000..1c770d074 --- /dev/null +++ b/sql-files/upgrade_svn13540.sql @@ -0,0 +1,2 @@ +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'; |