Added framework for CSI questions & viewing. Schema changes to allow anon viewing of survey BOD-98

This commit is contained in:
Patrick Fic
2020-05-22 13:36:25 -07:00
parent d8c159cde0
commit f7cc4cffa4
64 changed files with 1345 additions and 45 deletions

View File

@@ -0,0 +1,40 @@
- args:
name: csiquestions
table:
name: bodyshops
schema: public
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: csiquestions
schema: public
type: create_array_relationship
- args:
name: csiquestion
table:
name: csi
schema: public
using:
foreign_key_constraint_on: questionset
type: create_object_relationship
- args:
name: bodyshop
table:
name: csiquestions
schema: public
using:
foreign_key_constraint_on: bodyshopid
type: create_object_relationship
- args:
name: csis
table:
name: csiquestions
schema: public
using:
foreign_key_constraint_on:
column: questionset
table:
name: csi
schema: public
type: create_array_relationship