This commit is contained in:
aozhiwei 2019-12-30 19:35:18 +08:00
parent 41a30b699a
commit 447eed2bef

View File

@ -0,0 +1,6 @@
begin;
alter table user add `demotank` int(11) NOT NULL DEFAULT '0' COMMENT '每日体验坦克';
insert into version (version) values(2019123001);
commit;