diff options
author | Nay <dnpd.dd@gmail.com> | 2012-08-15 18:12:18 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-08-15 18:12:18 +0100 |
commit | a29a79e6d768e01d15c64ba82ea45e234b8a6f30 (patch) | |
tree | 733b78d3021556ac225644f08fb7262f4e9c2436 | |
parent | 53a2b8622812f365ca7d31fdbf75fe9a1707ac75 (diff) |
SQL: Comment out a sql file that would error with sql-mode strict
-rw-r--r-- | sql/updates/world/2012_08_13_00_world_quest_template_434.sql | 3 | ||||
-rw-r--r-- | sql/updates/world/2012_08_14_00_world_reputation_spillover_template_434.sql (renamed from sql/updates/world/2012_08_14_00_reputation_spillover_template_434.sql) | 0 |
2 files changed, 2 insertions, 1 deletions
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 index afce8209afa..afce8209afa 100644 --- 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 |