From 59cbe1a152f0ecc05c9e0c538538a3588cc16805 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sun, 14 Jan 2024 22:14:15 -0600 Subject: [PATCH] [Database] Drop item_tick if exists tweak in manifest (#3985) --- common/database/database_update_manifest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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