源战役
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.

9 line
319 B

  1. -- ljy
  2. -- 日志表删除字段
  3. alter table `log_god_lottery` drop column `pool_type`;
  4. -- 删除唤神普通抽奖
  5. drop table if exists god_normal_lottery;
  6. -- tyl
  7. -- 龙神宝库修改0档动态权重
  8. ALTER TABLE capsule_egg_data ADD COLUMN `top_lucky_score` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `lucky_score`;