BOD-35 Refactored email screen to use TinyMCE + added templates schema + base level email generation

This commit is contained in:
Patrick Fic
2020-04-16 15:50:07 -07:00
parent 248665aa65
commit c9cafa7ab7
27 changed files with 650 additions and 1639 deletions

View File

@@ -0,0 +1,12 @@
- args:
relationship: templates
table:
name: bodyshops
schema: public
type: drop_relationship
- args:
relationship: bodyshop
table:
name: templates
schema: public
type: drop_relationship

View File

@@ -0,0 +1,20 @@
- args:
name: templates
table:
name: bodyshops
schema: public
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: templates
schema: public
type: create_array_relationship
- args:
name: bodyshop
table:
name: templates
schema: public
using:
foreign_key_constraint_on: bodyshopid
type: create_object_relationship