Adding of generic appointments to calendar.

This commit is contained in:
Patrick Fic
2020-02-12 12:11:35 -08:00
parent 314c9e82d2
commit 63f8267ded
46 changed files with 1187 additions and 44 deletions

View File

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