summaryrefslogtreecommitdiff
path: root/sql-files
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files')
-rw-r--r--sql-files/upgrade_svn13540.sql2
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';