Added data delete script
This commit is contained in:
parent
be46e79a67
commit
9b69e4f50c
11
misc/clear_data.sql
Normal file
11
misc/clear_data.sql
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
use bremen_calling_test;
|
||||||
|
|
||||||
|
DELETE FROM notification WHERE id > 0;
|
||||||
|
|
||||||
|
DELETE FROM history WHERE id > 0;
|
||||||
|
|
||||||
|
DELETE FROM shipcall_participant_map WHERE id > 0;
|
||||||
|
|
||||||
|
DELETE FROM times WHERE id > 0;
|
||||||
|
|
||||||
|
DELETE FROM shipcall WHERE id > 0;
|
||||||
Reference in New Issue
Block a user