diff --git a/common/database/database_update_manifest.cpp b/common/database/database_update_manifest.cpp index e132fd21f..7528b4b62 100644 --- a/common/database/database_update_manifest.cpp +++ b/common/database/database_update_manifest.cpp @@ -5229,7 +5229,7 @@ ALTER TABLE `merchantlist_temp` .condition = "not_empty", .match = "", .sql = R"( -DROP TABLE item_tick +DROP TABLE IF EXISTS item_tick )" } // -- template; copy/paste this when you need to create a new entry