server/sql/updates/11716_10_characters_mail.sql
VladimirMangos b5e136c289 [11716] Always use _unsigned_ BIGINT fields in DB for time store
Also some other BIGINT fields fixed.
2011-07-07 04:22:07 +04:00

6 lines
325 B
SQL

ALTER TABLE character_db_version CHANGE COLUMN required_11716_09_characters_instance_reset required_11716_10_characters_mail bit;
ALTER TABLE `mail`
CHANGE COLUMN `expire_time` `expire_time` bigint(40) unsigned NOT NULL default '0',
CHANGE COLUMN `deliver_time` `deliver_time` bigint(40) unsigned NOT NULL default '0';