源战役
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
982 B

  1. -- liushl
  2. -- 删除装备系统
  3. drop table if exists equip_magic;
  4. drop table if exists equip_prefix;
  5. drop table if exists equip_stone;
  6. drop table if exists equip_stone_refine;
  7. drop table if exists equip_stren;
  8. drop table if exists equip_suit;
  9. drop table if exists equip_wash;
  10. drop table if exists log_equip_build_pink;
  11. drop table if exists log_equip_magic;
  12. drop table if exists log_equip_prefix;
  13. drop table if exists log_equip_refine;
  14. drop table if exists log_equip_stone;
  15. drop table if exists log_equip_stone_compose;
  16. drop table if exists log_equip_stren;
  17. drop table if exists log_equip_stren_break;
  18. drop table if exists log_equip_suit_operation;
  19. drop table if exists log_equip_upgrade_division;
  20. drop table if exists log_equip_upgrade_stage;
  21. drop table if exists log_equip_upgrade_stone;
  22. drop table if exists log_equip_wash;
  23. drop table if exists log_dstone_uplv;
  24. drop table if exists log_stone_inlay;
  25. drop table if exists log_stone_refine;
  26. drop table if exists log_dstone_upstage;