[Bug Fix] Fix Bot Starting Items SQL (#3649)

This commit is contained in:
Alex King
2023-10-23 17:19:30 -04:00
committed by GitHub
parent f0c6fa2a26
commit 508ecec6ea
@@ -65,8 +65,8 @@ SET FOREIGN_KEY_CHECKS = 1;
.version = 9040,
.description = "2023_11_16_bot_starting_items.sql",
.check = "SHOW TABLES LIKE 'bot_starting_items'",
.condition = "",
.match = "empty",
.condition = "empty",
.match = "",
.sql = R"(
CREATE TABLE `bot_starting_items` (
`id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,