Created needed files for "sql pending system"
+ added README file to db_exporter
This commit is contained in:
parent
212edb5034
commit
b94531b191
4 changed files with 30 additions and 0 deletions
6
data/sql/updates/db_auth/2016_11_18_00.sql
Normal file
6
data/sql/updates/db_auth/2016_11_18_00.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE auth_db_version CHANGE COLUMN 2016_09_04_00 2016_11_18_00 bit;
|
||||
|
||||
--
|
||||
-- Do not remove this file when we archive sql under this folder
|
||||
-- it is needed for pending sql importer
|
||||
--
|
||||
6
data/sql/updates/db_characters/2016_11_18_00.sql
Normal file
6
data/sql/updates/db_characters/2016_11_18_00.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE auth_db_version CHANGE COLUMN 2016_08_25_00 2016_11_18_00 bit;
|
||||
|
||||
--
|
||||
-- Do not remove this file when we archive sql under this folder
|
||||
-- it is needed for pending sql importer
|
||||
--
|
||||
6
data/sql/updates/db_world/2016_11_18_00.sql
Normal file
6
data/sql/updates/db_world/2016_11_18_00.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE auth_db_version CHANGE COLUMN 2016_11_06_02 2016_11_18_00 bit;
|
||||
|
||||
--
|
||||
-- Do not remove this file when we archive sql under this folder
|
||||
-- it is needed for pending sql importer
|
||||
--
|
||||
Loading…
Add table
Add a link
Reference in a new issue