[Bug Fix] Fix fix_z Query (#4080)

# Notes
- This query was not working properly due to using backticks instead of single quotes.
This commit is contained in:
Alex King
2024-02-15 11:51:07 -05:00
committed by GitHub
parent f498bac574
commit eb8514eea8
+1 -1
View File
@@ -5247,7 +5247,7 @@ MODIFY COLUMN `name` varchar(200) CHARACTER SET latin1 COLLATE latin1_swedish_ci
ManifestEntry{
.version = 9257,
.description = "2024_01_16_ground_spawns_fix_z.sql",
.check = "SHOW COLUMNS FROM `ground_spawns` LIKE `fix_z`",
.check = "SHOW COLUMNS FROM `ground_spawns` LIKE 'fix_z'",
.condition = "empty",
.match = "",
.sql = R"(