Jobs list page updates & note adding modal.

This commit is contained in:
Patrick Fic
2020-01-13 22:08:06 -08:00
parent f7aa89496a
commit bee4f630c4
41 changed files with 2281 additions and 260 deletions

View File

@@ -0,0 +1,20 @@
- args:
name: notes
table:
name: jobs
schema: public
using:
foreign_key_constraint_on:
column: jobid
table:
name: notes
schema: public
type: create_array_relationship
- args:
name: job
table:
name: notes
schema: public
using:
foreign_key_constraint_on: jobid
type: create_object_relationship