源战役
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
251 B

-- tyl
-- 宠物副本排行榜修改
alter table dun_pet_rank add column `status` TINYINT(2) UNSIGNED NOT NULL DEFAULT '0' COMMENT '日奖励领取状态';
-- huangyongxing
-- 删除废弃字段
ALTER TABLE `player_login` DROP COLUMN `logout_time`;