mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
4 lines
223 B
SQL
4 lines
223 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_11299_02_characters_pet_aura required_11391_01_characters_auction bit;
|
|
|
|
ALTER TABLE `auction`
|
|
ADD COLUMN `moneyTime` BIGINT(40) DEFAULT '0' NOT NULL AFTER `time`;
|