Move update sql script to initial_sql directory. #419
This commit is contained in:
parent
7b60ec7c5f
commit
fabccc6950
1 changed files with 1 additions and 0 deletions
1
initial_sql/sql_update_job_order_search_fields.sql
Normal file
1
initial_sql/sql_update_job_order_search_fields.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
UPDATE job_order jo, customer c, customer_vehicle cv SET jo.first_name = c.first_name, jo.last_name = c.last_name, jo.phone_mobile = c.phone_mobile, jo.plate_number = cv.plate_number WHERE jo.customer_id = c.id AND jo.cvehicle_id = cv.id;
|
||||
Loading…
Reference in a new issue