mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
6 lines
325 B
SQL
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';
|
|
|