1
This commit is contained in:
parent
6c0cc3af26
commit
6d5bd3feb0
9
sql/gamedb_n_migrate_190613_01.sql
Normal file
9
sql/gamedb_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