diff options
| author | teacher <none@none> | 2010-03-02 15:42:46 +0100 |
|---|---|---|
| committer | teacher <none@none> | 2010-03-02 15:42:46 +0100 |
| commit | 70e77a796ddbf5457ef259627101e0b0f80e7a33 (patch) | |
| tree | ffd11ff8f427ad28e4c243d0037bc04965eeb917 /sql/world.sql | |
| parent | 81f6779102561df0719b0471b101bb5c15d2609a (diff) | |
Fixed import errors on recent sql update files...
Added forgotten updates to world.sql...
Added missing lines at the end of some sql files...
Better format by adding DELETE FROM before any INSERT INTO update...
--HG--
branch : trunk
Diffstat (limited to 'sql/world.sql')
| -rw-r--r-- | sql/world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/world.sql b/sql/world.sql index d4da956750d..41844b7b785 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -38,6 +38,7 @@ CREATE TABLE `access_requirement` ( `heroic_quest_done` mediumint(8) unsigned NOT NULL DEFAULT '0', `heroic_quest_failed_text` text, `comment` text, + `status` tinyint(3) unsigned DEFAULT '15' COMMENT 'instance status (open/close)', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Access Requirements'; /*!40101 SET character_set_client = @saved_cs_client */; |
