1
This commit is contained in:
parent
a911726b26
commit
8a12c9f305
15
sql/gamedb2001_n_migrate_190613_02.sql
Normal file
15
sql/gamedb2001_n_migrate_190613_02.sql
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
begin;
|
||||||
|
|
||||||
|
DELETE FROM user WHERE 1=1;
|
||||||
|
DELETE FROM skin WHERE 1=1;
|
||||||
|
DELETE FROM equip WHERE 1=1;
|
||||||
|
DELETE FROM supplybox WHERE 1=1;
|
||||||
|
DELETE FROM sign WHERE 1=1;
|
||||||
|
DELETE FROM hang WHERE 1=1;
|
||||||
|
DELETE FROM quest WHERE 1=1;
|
||||||
|
DELETE FROM active WHERE 1=1;
|
||||||
|
DELETE FROM history_record WHERE 1=1;
|
||||||
|
|
||||||
|
insert into version (version) values(2019061302);
|
||||||
|
|
||||||
|
commit;
|
Loading…
x
Reference in New Issue
Block a user