Merge branch '472-cmb-release' of gitlab.com:jankstudio/resq into 474-cmb-notifications-are-always-new
This commit is contained in:
commit
f5f771c4ed
1 changed files with 5 additions and 0 deletions
|
|
@ -7,4 +7,9 @@ set foreign_key_checks = 0;
|
|||
delete from job_order;
|
||||
set foreign_key_checks = 1;
|
||||
|
||||
delete from mobile_session;
|
||||
delete from customer_vehicle;
|
||||
delete from customer;
|
||||
delete from warranty;
|
||||
|
||||
update rider set active_jo_id = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue