Added sql files, no longer need to get them from Trinity Core.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `mail` ADD COLUMN `body` longtext CHARSET utf8 COLLATE utf8_general_ci NULL after `subject`;
|
||||
|
||||
UPDATE `mail` LEFT JOIN `item_text` ON `mail`.`itemtextid` = `item_text`.`id` SET `mail`.`body`=`item_text`.`text`;
|
||||
DELETE item_text FROM mail, item_text WHERE mail.itemtextid = item_text.id;
|
||||
ALTER TABLE `mail` DROP COLUMN `itemtextid`;
|
||||
Reference in New Issue
Block a user