mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-13 06:42:26 +00:00
[Database] Drop deprecated item_tick table (#3977)
This commit is contained in:
parent
14509fcc4e
commit
9303255caa
@ -5220,6 +5220,16 @@ ALTER TABLE `merchantlist`
|
|||||||
.sql = R"(
|
.sql = R"(
|
||||||
ALTER TABLE `merchantlist_temp`
|
ALTER TABLE `merchantlist_temp`
|
||||||
MODIFY COLUMN `slot` int(11) UNSIGNED NOT NULL DEFAULT 0
|
MODIFY COLUMN `slot` int(11) UNSIGNED NOT NULL DEFAULT 0
|
||||||
|
)"
|
||||||
|
},
|
||||||
|
ManifestEntry{
|
||||||
|
.version = 9255,
|
||||||
|
.description = "2024_01_13_drop_item_tick_deprecated.sql",
|
||||||
|
.check = "show tables like 'item_tick'",
|
||||||
|
.condition = "not_empty",
|
||||||
|
.match = "",
|
||||||
|
.sql = R"(
|
||||||
|
DROP TABLE item_tick
|
||||||
)"
|
)"
|
||||||
}
|
}
|
||||||
// -- template; copy/paste this when you need to create a new entry
|
// -- template; copy/paste this when you need to create a new entry
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
|
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CURRENT_BINARY_DATABASE_VERSION 9254
|
#define CURRENT_BINARY_DATABASE_VERSION 9255
|
||||||
|
|
||||||
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9041
|
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9041
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user