fixed alter tables

This commit is contained in:
Yehonal
2016-11-18 13:42:32 +01:00
parent b94531b191
commit aeb9406860
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
ALTER TABLE auth_db_version CHANGE COLUMN 2016_09_04_00 2016_11_18_00 bit;
ALTER TABLE version_db_auth CHANGE COLUMN 2016_09_04_00 2016_11_18_00 bit;
--
-- Do not remove this file when we archive sql under this folder

View File

@@ -1,4 +1,4 @@
ALTER TABLE auth_db_version CHANGE COLUMN 2016_08_25_00 2016_11_18_00 bit;
ALTER TABLE version_db_characters CHANGE COLUMN 2016_08_25_00 2016_11_18_00 bit;
--
-- Do not remove this file when we archive sql under this folder

View File

@@ -1,4 +1,4 @@
ALTER TABLE auth_db_version CHANGE COLUMN 2016_11_06_02 2016_11_18_00 bit;
ALTER TABLE version_db_world CHANGE COLUMN 2016_11_06_02 2016_11_18_00 bit;
--
-- Do not remove this file when we archive sql under this folder