mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Created needed files for "sql pending system"
+ added README file to db_exporter
This commit is contained in:
12
bin/db_exporter/README.md
Normal file
12
bin/db_exporter/README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
This script is used by devs to export the databases to base directories
|
||||||
|
|
||||||
|
You should use it on clean databases
|
||||||
|
|
||||||
|
## USAGE
|
||||||
|
|
||||||
|
NOTE: this script is only working under unix currently
|
||||||
|
|
||||||
|
1) You must create a config.sh file changing DB connection configurations
|
||||||
|
of /conf/config.sh.dist
|
||||||
|
|
||||||
|
2) Run the db_export.sh script and wait
|
||||||
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
|
||||||
|
--
|
||||||
Reference in New Issue
Block a user