From 8011c48641d16c1af0948c0c3c6cd3f180588de4 Mon Sep 17 00:00:00 2001 From: JJ Date: Sun, 17 Dec 2017 12:58:42 -0500 Subject: [PATCH] Make Ground Spawn sql required in https://github.com/EQEmu/Server/commit/97873ff42d6b4407d790e5d79886c7ee2c2259f0 --- utils/sql/db_update_manifest.txt | 1 + .../2017_12_16_GroundSpawn_Respawn_Timer.sql | 0 2 files changed, 1 insertion(+) rename utils/sql/git/{optional => required}/2017_12_16_GroundSpawn_Respawn_Timer.sql (100%) diff --git a/utils/sql/db_update_manifest.txt b/utils/sql/db_update_manifest.txt index c9b6a7b78..11dd1b315 100644 --- a/utils/sql/db_update_manifest.txt +++ b/utils/sql/db_update_manifest.txt @@ -369,6 +369,7 @@ 9113|2017_07_19_show_name.sql|SHOW COLUMNS FROM `npc_types` LIKE 'show_name'|empty| 9114|2017_07_22_aura.sql|SHOW TABLES LIKE 'auras'|empty| 9115|2017_10_28_traps.sql|SHOW COLUMNS FROM `traps` LIKE 'triggered_number'|empty| +9116|2017_12_16_GroundSpawn_Respawn_Timer.sql|SHOW COLUMNS FROM `ground_spawns` WHERE Field = 'respawn_timer' AND Type = 'int(11) unsigned'|empty| # Upgrade conditions: # This won't be needed after this system is implemented, but it is used database that are not diff --git a/utils/sql/git/optional/2017_12_16_GroundSpawn_Respawn_Timer.sql b/utils/sql/git/required/2017_12_16_GroundSpawn_Respawn_Timer.sql similarity index 100% rename from utils/sql/git/optional/2017_12_16_GroundSpawn_Respawn_Timer.sql rename to utils/sql/git/required/2017_12_16_GroundSpawn_Respawn_Timer.sql