From 2ed185aa2c0651362df5ef3b809870bac950ccfb Mon Sep 17 00:00:00 2001 From: Uleat Date: Fri, 2 Feb 2018 18:26:01 -0500 Subject: [PATCH] Forgot unversioned script file... --- .../sql/git/bots/required/2018_02_02_Bot_Spells_Min_Max_HP.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 utils/sql/git/bots/required/2018_02_02_Bot_Spells_Min_Max_HP.sql diff --git a/utils/sql/git/bots/required/2018_02_02_Bot_Spells_Min_Max_HP.sql b/utils/sql/git/bots/required/2018_02_02_Bot_Spells_Min_Max_HP.sql new file mode 100644 index 000000000..95108afac --- /dev/null +++ b/utils/sql/git/bots/required/2018_02_02_Bot_Spells_Min_Max_HP.sql @@ -0,0 +1,2 @@ +ALTER TABLE `bot_spells_entries` ADD `min_hp` SMALLINT(5) DEFAULT '0'; +ALTER TABLE `bot_spells_entries` ADD `max_hp` SMALLINT(5) DEFAULT '0';