diff options
author | click <none@none> | 2010-04-26 09:47:40 +0200 |
---|---|---|
committer | click <none@none> | 2010-04-26 09:47:40 +0200 |
commit | 71cdf91acc12bd10173b23718d3a3f3f66436bc9 (patch) | |
tree | 11511d407195f89119172ff8665da78c5438ddf3 | |
parent | 55a054c10f6ed6e16406540933e02429e57ae3c6 (diff) |
CR/LF cleanup and file-renaming
--HG--
branch : trunk
rename : sql/updates/8006__world_quest_template.sql => sql/updates/8006_world_quest_template.sql
-rw-r--r-- | sql/updates/7981_world_season_linked_event.sql | 14 | ||||
-rw-r--r-- | sql/updates/8006_world_quest_template.sql (renamed from sql/updates/8006__world_quest_template.sql) | 0 |
2 files changed, 7 insertions, 7 deletions
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 index 0a85d5074a2..0a85d5074a2 100644 --- a/sql/updates/8006__world_quest_template.sql +++ b/sql/updates/8006_world_quest_template.sql |