From 47fae87d899c486223c0a5dd58caf76efc56ffb4 Mon Sep 17 00:00:00 2001 From: MrKeiKun Date: Sat, 26 Apr 2014 15:36:30 +0800 Subject: Follow-up to 93584f7, Fixed issue with Character Creation, column doesn't contain default value. Signed-off-by: MrKeiKun --- sql-files/upgrades/2014-04-26--10-00.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql-files/upgrades/2014-04-26--10-00.sql (limited to 'sql-files/upgrades/2014-04-26--10-00.sql') diff --git a/sql-files/upgrades/2014-04-26--10-00.sql b/sql-files/upgrades/2014-04-26--10-00.sql new file mode 100644 index 000000000..de3fbd4c8 --- /dev/null +++ b/sql-files/upgrades/2014-04-26--10-00.sql @@ -0,0 +1,3 @@ +#1398477600 +ALTER TABLE `char` CHANGE COLUMN `uniqueitem_counter` `uniqueitem_counter` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0' ; +INSERT INTO `sql_updates` (`timestamp`) VALUES (1398477600); -- cgit v1.2.3-70-g09d2