Update characters_database_conversor_335a_to_434.sql

- BLOB, TEXT, GEOMETRY or JSON column 'guids' can't have a default value
- Unknown column 'auctionhouse' in 'WHERE clause'
This commit is contained in:
ariel-
2016-01-09 20:54:37 -03:00
parent 706b5625fe
commit 7bd5dfe1b2

View File

@@ -92,7 +92,7 @@ CREATE TABLE `guild_achievement` (
`guildId` int(10) unsigned NOT NULL,
`achievement` smallint(5) unsigned NOT NULL,
`date` int(10) unsigned NOT NULL DEFAULT '0',
`guids` text NOT NULL DEFAULT '',
`guids` text,
PRIMARY KEY (`guildId`,`achievement`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -239,6 +239,3 @@ CREATE TABLE `corpse_phases` (
TRUNCATE `character_aura`;
TRUNCATE `character_talent`;
TRUNCATE `pet_aura`;
UPDATE `auctionhouse` SET `auctioneerguid`=286481 WHERE `auctioneerguid`=4656;
UPDATE `auctionhouse` SET `auctioneerguid`=314060 WHERE `auctioneerguid`=79707;