Images upload as resized images. Added location hash for jobs detail page.

This commit is contained in:
Patrick Fic
2020-01-15 14:13:09 -08:00
parent fe5193a20b
commit 2e7c396339
24 changed files with 431 additions and 209 deletions

View File

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

View File

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