diff options
| author | megamage <none@none> | 2009-02-13 19:53:59 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-13 19:53:59 -0600 |
| commit | 8ad58b4bcc24b71049f3831700ec48a5f4e01965 (patch) | |
| tree | 14856b5f6e71e4ebff71097a28e2eb014ffcafc8 /sql | |
| parent | a72c0d223d41bcea12a320b0f6b021b0367aef43 (diff) | |
[7267] Drop `auctionhouse`.`location`. Author: VladimirMangos
Add a missing file.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/characters.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index 8ec6f949753..514bc634f55 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -21,7 +21,7 @@ DROP TABLE IF EXISTS `character_db_version`; CREATE TABLE `character_db_version` ( - `required_7255_01_characters_characters` bit(1) default NULL + `required_7267_01_characters_auctionhouse` bit(1) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB'; -- @@ -150,7 +150,6 @@ CREATE TABLE `auctionhouse` ( `lastbid` int(11) NOT NULL default '0', `startbid` int(11) NOT NULL default '0', `deposit` int(11) NOT NULL default '0', - `location` tinyint(3) unsigned NOT NULL default '3', PRIMARY KEY (`id`), UNIQUE KEY `item_guid` (`itemguid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
