[Database] Drop deprecated item_tick table (#3977)

This commit is contained in:
Chris Miles
2024-01-14 00:10:21 -06:00
committed by GitHub
parent 14509fcc4e
commit 9303255caa
2 changed files with 11 additions and 1 deletions
@@ -5220,6 +5220,16 @@ ALTER TABLE `merchantlist`
.sql = R"(
ALTER TABLE `merchantlist_temp`
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