summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2014-03-25--23-57.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrades/2014-03-25--23-57.sql')
-rw-r--r--sql-files/upgrades/2014-03-25--23-57.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrades/2014-03-25--23-57.sql b/sql-files/upgrades/2014-03-25--23-57.sql
index f5c3aad00..40d3fb2fc 100644
--- a/sql-files/upgrades/2014-03-25--23-57.sql
+++ b/sql-files/upgrades/2014-03-25--23-57.sql
@@ -1,3 +1,3 @@
#1395789302
-ALTER TABLE `charlog` ADD COLUMN `char_id` int(11) unsigned NOT NULL default '0' AFTER `account_id`;
+ALTER TABLE `charlog` ADD COLUMN `char_id` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `account_id`;
INSERT INTO `sql_updates` (`timestamp`) VALUES (1395789302);