Added conversion logic for ROs. Blanket translations for files.

This commit is contained in:
Patrick Fic
2020-01-14 11:58:37 -08:00
parent bee4f630c4
commit e4693685fe
29 changed files with 2783 additions and 185 deletions

View File

@@ -0,0 +1,24 @@
- args:
relationship: counters
table:
name: bodyshops
schema: public
type: drop_relationship
- args:
relationship: bodyshop
table:
name: counters
schema: public
type: drop_relationship
- args:
relationship: user
table:
name: notes
schema: public
type: drop_relationship
- args:
relationship: notes
table:
name: users
schema: public
type: drop_relationship