mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
[Database] Drop item_tick if exists tweak in manifest (#3985)
This commit is contained in:
@@ -5229,7 +5229,7 @@ ALTER TABLE `merchantlist_temp`
|
|||||||
.condition = "not_empty",
|
.condition = "not_empty",
|
||||||
.match = "",
|
.match = "",
|
||||||
.sql = R"(
|
.sql = R"(
|
||||||
DROP TABLE item_tick
|
DROP TABLE IF EXISTS 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
|
||||||
|
|||||||
Reference in New Issue
Block a user