From 71cdf91acc12bd10173b23718d3a3f3f66436bc9 Mon Sep 17 00:00:00 2001 From: click Date: Mon, 26 Apr 2010 09:47:40 +0200 Subject: CR/LF cleanup and file-renaming --HG-- branch : trunk rename : sql/updates/8006__world_quest_template.sql => sql/updates/8006_world_quest_template.sql --- sql/updates/7981_world_season_linked_event.sql | 14 +++++++------- sql/updates/8006__world_quest_template.sql | 1 - sql/updates/8006_world_quest_template.sql | 1 + 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 sql/updates/8006__world_quest_template.sql create mode 100644 sql/updates/8006_world_quest_template.sql (limited to 'sql') diff --git a/sql/updates/7981_world_season_linked_event.sql b/sql/updates/7981_world_season_linked_event.sql index 94e47e91523..b61d9f0d7bd 100644 --- a/sql/updates/7981_world_season_linked_event.sql +++ b/sql/updates/7981_world_season_linked_event.sql @@ -1,7 +1,7 @@ -DROP TABLE IF EXISTS `season_linked_event`; -CREATE TABLE `season_linked_event` ( - `season` int(3) UNSIGNED NOT NULL default '0', - `event` int(8) UNSIGNED NOT NULL default '0', - PRIMARY KEY (`season`), - UNIQUE (`season`,`event`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; +DROP TABLE IF EXISTS `season_linked_event`; +CREATE TABLE `season_linked_event` ( + `season` int(3) UNSIGNED NOT NULL default '0', + `event` int(8) UNSIGNED NOT NULL default '0', + PRIMARY KEY (`season`), + UNIQUE (`season`,`event`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; diff --git a/sql/updates/8006__world_quest_template.sql b/sql/updates/8006__world_quest_template.sql deleted file mode 100644 index 0a85d5074a2..00000000000 --- a/sql/updates/8006__world_quest_template.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE `quest_template` CHANGE COLUMN `QuestFlags` `QuestFlags` int(10) unsigned NOT NULL default '0'; diff --git a/sql/updates/8006_world_quest_template.sql b/sql/updates/8006_world_quest_template.sql new file mode 100644 index 00000000000..0a85d5074a2 --- /dev/null +++ b/sql/updates/8006_world_quest_template.sql @@ -0,0 +1 @@ +ALTER TABLE `quest_template` CHANGE COLUMN `QuestFlags` `QuestFlags` int(10) unsigned NOT NULL default '0'; -- cgit v1.2.3