[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,8 @@ SET FOREIGN_KEY_CHECKS = 1;
.version = 9040, .version = 9040,
.description = "2023_11_16_bot_starting_items.sql", .description = "2023_11_16_bot_starting_items.sql",
.check = "SHOW TABLES LIKE 'bot_starting_items'", .check = "SHOW TABLES LIKE 'bot_starting_items'",
.condition = "", .condition = "empty",
.match = "empty", .match = "",
.sql = R"( .sql = R"(
CREATE TABLE `bot_starting_items` ( CREATE TABLE `bot_starting_items` (
`id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,