mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 00:28:21 +00:00
[Bots] Hotfix for possible crash. (#2539)
* [Bots] Hotfix for possible crash. Possible crash due to 4 nullable columns in `bot_spells_entries` table. * Update 2022_11_13_bot_spells_entries.sql
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
9028|2021_06_04_bot_create_combinations.sql|SHOW TABLES LIKE 'bot_create_combinations'|empty|
|
||||
9029|2022_06_21_bot_groups_auto_spawn.sql|SHOW COLUMNS from `bot_groups` LIKE 'auto_spawm'|empty|
|
||||
9030|2022_10_27_bot_data_buckets.sql|SHOW COLUMNS FROM `bot_spells_entries` LIKE 'bucket_name'|empty|
|
||||
9031|2022_11_13_bot_spells_entries.sql|SELECT * FROM db_version WHERE bots_version >= 9031|empty|
|
||||
|
||||
# Upgrade conditions:
|
||||
# This won't be needed after this system is implemented, but it is used database that are not
|
||||
|
||||
Reference in New Issue
Block a user