Added job_status object. Reverted yarn upgrade as there is a breaking change in react-scripts 0.3.3.

This commit is contained in:
Patrick Fic
2019-12-30 17:07:04 -08:00
parent b1175c0f98
commit c46b2a301e
37 changed files with 1442 additions and 559 deletions

View File

@@ -0,0 +1,12 @@
- args:
relationship: job_status
table:
name: jobs
schema: public
type: drop_relationship
- args:
relationship: jobs
table:
name: job_status
schema: public
type: drop_relationship