1
This commit is contained in:
parent
31c67e5228
commit
493ee5e674
9
sql/gamedb2001_n_migrate_190613_01.sql
Normal file
9
sql/gamedb2001_n_migrate_190613_01.sql
Normal file
@ -0,0 +1,9 @@
|
||||
begin;
|
||||
|
||||
alter table supplybox drop column box_num;
|
||||
alter table supplybox add column `free_times` int(11) NOT NULL COMMENT '免费获得次数';
|
||||
DELETE FROM quest WHERE 1=1;
|
||||
|
||||
insert into version (version) values(2019061301);
|
||||
|
||||
commit;
|
Loading…
x
Reference in New Issue
Block a user