From a29a79e6d768e01d15c64ba82ea45e234b8a6f30 Mon Sep 17 00:00:00 2001 From: Nay Date: Wed, 15 Aug 2012 18:12:18 +0100 Subject: [PATCH] SQL: Comment out a sql file that would error with sql-mode strict --- sql/updates/world/2012_08_13_00_world_quest_template_434.sql | 3 ++- ... 2012_08_14_00_world_reputation_spillover_template_434.sql} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename sql/updates/world/{2012_08_14_00_reputation_spillover_template_434.sql => 2012_08_14_00_world_reputation_spillover_template_434.sql} (100%) diff --git a/sql/updates/world/2012_08_13_00_world_quest_template_434.sql b/sql/updates/world/2012_08_13_00_world_quest_template_434.sql index b3c5a45a668..d4a0960e044 100644 --- a/sql/updates/world/2012_08_13_00_world_quest_template_434.sql +++ b/sql/updates/world/2012_08_13_00_world_quest_template_434.sql @@ -1 +1,2 @@ -ALTER TABLE `quest_template` CHANGE `MinLevel` `MinLevel` tinyint(4) NOT NULL DEFAULT '0'; +-- ALTER TABLE `quest_template` CHANGE `MinLevel` `MinLevel` tinyint(4) NOT NULL DEFAULT '0'; +-- Properly fixed in 53a2b8622812f365ca7d31fdbf75fe9a1707ac7 diff --git a/sql/updates/world/2012_08_14_00_reputation_spillover_template_434.sql b/sql/updates/world/2012_08_14_00_world_reputation_spillover_template_434.sql similarity index 100% rename from sql/updates/world/2012_08_14_00_reputation_spillover_template_434.sql rename to sql/updates/world/2012_08_14_00_world_reputation_spillover_template_434.sql