summaryrefslogtreecommitdiff
path: root/sql-files/upgrades
diff options
context:
space:
mode:
authorMrKeiKun <the.keikun@gmail.com>2014-04-26 15:36:30 +0800
committerShido <the.keikun@gmail.com>2014-04-26 19:37:55 +0800
commit47fae87d899c486223c0a5dd58caf76efc56ffb4 (patch)
tree8c4798f38dabf0ae4a7642cdf4fbc7f2b8da67dd /sql-files/upgrades
parent2f1d13680ef04aa255ce2881fa7e89f42a76e7ab (diff)
downloadhercules-47fae87d899c486223c0a5dd58caf76efc56ffb4.tar.gz
hercules-47fae87d899c486223c0a5dd58caf76efc56ffb4.tar.bz2
hercules-47fae87d899c486223c0a5dd58caf76efc56ffb4.tar.xz
hercules-47fae87d899c486223c0a5dd58caf76efc56ffb4.zip
Follow-up to 93584f7, Fixed issue with Character Creation, column doesn't contain default value.
Signed-off-by: MrKeiKun <the.keikun@gmail.com>
Diffstat (limited to 'sql-files/upgrades')
-rw-r--r--sql-files/upgrades/2014-04-26--10-00.sql3
-rw-r--r--sql-files/upgrades/index.txt3
2 files changed, 5 insertions, 1 deletions
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);
diff --git a/sql-files/upgrades/index.txt b/sql-files/upgrades/index.txt
index 7ac2f9ceb..88019e12a 100644
--- a/sql-files/upgrades/index.txt
+++ b/sql-files/upgrades/index.txt
@@ -20,4 +20,5 @@
2014-01-06--17-22.sql
2014-02-19--17-57.sql
2014-03-25--23-57.sql
-2014-04-07--22-04.sql \ No newline at end of file
+2014-04-07--22-04.sql
+2014-04-26--10-00.sql \ No newline at end of file