mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-08 14:12:27 +00:00
[Database] Drop item_tick if exists tweak in manifest (#3985)
This commit is contained in:
parent
3e50427bb7
commit
59cbe1a152
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user