mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-15 17:02:26 +00:00
Bots database versioning (prep) [skip ci]
This commit is contained in:
parent
cbcfa2f2df
commit
1e3f7b14c8
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#define CURRENT_BINARY_DATABASE_VERSION 9087
|
#define CURRENT_BINARY_DATABASE_VERSION 9087
|
||||||
#ifdef BOTS
|
#ifdef BOTS
|
||||||
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 8001
|
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9001
|
||||||
#else
|
#else
|
||||||
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 0 // must be 0
|
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 0 // must be 0
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
8000|2015_09_30_bots_fix_existing.sql|SHOW TABLES LIKE 'bot%'|not_empty|
|
9000|2015_09_30_bots_fix_existing.sql|SHOW TABLES LIKE 'bot%'|not_empty|
|
||||||
8001|2015_09_30_bots.sql|SHOW TABLES LIKE 'bot%'|empty|
|
9001|2015_09_30_bots.sql|SHOW TABLES LIKE 'bot%'|empty|
|
||||||
|
|
||||||
9000|2015_09_30_bots_initial_updates.sql|||
|
9002|2015_09_30_bots_initial_updates.sql|||
|
||||||
|
|
||||||
# Upgrade conditions:
|
# Upgrade conditions:
|
||||||
# This won't be needed after this system is implemented, but it is used database that are not
|
# This won't be needed after this system is implemented, but it is used database that are not
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user