Added prepper assignment to job. BOD-214

This commit is contained in:
Patrick Fic
2020-07-31 13:18:09 -07:00
parent a87e9ca9f8
commit 6473feb817
25 changed files with 1723 additions and 26 deletions

View File

@@ -1243,6 +1243,13 @@ tables:
table:
schema: public
name: jobs
- name: jobsByEmployeePrep
using:
foreign_key_constraint_on:
column: employee_prep
table:
schema: public
name: jobs
- name: jobsByEmployeeRefinish
using:
foreign_key_constraint_on:
@@ -1892,6 +1899,9 @@ tables:
- name: employee_body_rel
using:
foreign_key_constraint_on: employee_body
- name: employee_prep_rel
using:
foreign_key_constraint_on: employee_prep
- name: employee_refinish_rel
using:
foreign_key_constraint_on: employee_refinish
@@ -2085,6 +2095,7 @@ tables:
- ded_status
- depreciation_taxes
- employee_body
- employee_prep
- employee_refinish
- est_addr1
- est_addr2
@@ -2322,6 +2333,7 @@ tables:
- ded_status
- depreciation_taxes
- employee_body
- employee_prep
- employee_refinish
- est_addr1
- est_addr2
@@ -2569,6 +2581,7 @@ tables:
- ded_status
- depreciation_taxes
- employee_body
- employee_prep
- employee_refinish
- est_addr1
- est_addr2