mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user