mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
4 lines
246 B
SQL
4 lines
246 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_11716_08_characters_instance required_11716_09_characters_instance_reset bit;
|
|
|
|
ALTER TABLE `instance_reset`
|
|
CHANGE COLUMN `resettime` `resettime` bigint(40) unsigned NOT NULL default '0';
|