BOD-59 Added vehicle fields to job and updated wherever appropriate to use Job fields instead.

This commit is contained in:
Patrick Fic
2020-03-30 10:14:13 -07:00
parent d1148974ee
commit 50ffa863bc
19 changed files with 1600 additions and 90 deletions

View File

@@ -0,0 +1 @@
[]

View File

@@ -0,0 +1,8 @@
- args:
cascade: true
read_only: false
sql: "alter table jobs\nadd column plate_no text, \nadd column plate_st
\ text, \nadd column v_vin text, \nadd column v_model_yr
\ text, \nadd column v_model_desc text, \nadd column v_make_desc
\ text, \nadd column v_color text;"
type: run_sql