Add latest import data sql #75

This commit is contained in:
Kendrick Chan 2018-04-06 13:46:45 +08:00
parent 6918d44468
commit 091c488cdc
2 changed files with 1013 additions and 0 deletions

7
sql/clear_customer.sql Normal file
View file

@ -0,0 +1,7 @@
delete from invoice_item;
delete from invoice;
delete from ticket;
delete from jo_event;
delete from job_order;
delete from customer_vehicle;
delete from customer;

File diff suppressed because one or more lines are too long