mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
Add sql for drop mail column 'itemtextid' and add new column 'body'.
--HG-- branch : trunk
This commit is contained in:
@@ -1682,7 +1682,7 @@ CREATE TABLE `mail` (
|
||||
`sender` int(11) unsigned NOT NULL default '0' COMMENT 'Character Global Unique Identifier',
|
||||
`receiver` int(11) unsigned NOT NULL default '0' COMMENT 'Character Global Unique Identifier',
|
||||
`subject` longtext,
|
||||
`itemTextId` int(11) unsigned NOT NULL default '0',
|
||||
`body` longtext,
|
||||
`has_items` tinyint(3) unsigned NOT NULL default '0',
|
||||
`expire_time` bigint(40) NOT NULL default '0',
|
||||
`deliver_time` bigint(40) NOT NULL default '0',
|
||||
|
||||
Reference in New Issue
Block a user