This commit is contained in:
aozhiwei 2020-03-24 14:48:06 +08:00
parent 7625fc5030
commit 03eff64c13

View File

@ -0,0 +1,8 @@
begin;
DELETE FROM bag WHERE id=0;
insert into version (version) values(20200324);
commit;