2021-03-11 21:17:41 +03:00
|
|
|
type: bulk
|
2021-03-16 19:41:21 +03:00
|
|
|
args:
|
|
|
|
|
|
|
|
#Object relationship
|
|
|
|
- type: mssql_drop_relationship
|
|
|
|
args:
|
|
|
|
source: mssql
|
|
|
|
table: article
|
|
|
|
relationship: author
|
|
|
|
|
|
|
|
#Array relationship
|
|
|
|
- type: mssql_drop_relationship
|
|
|
|
args:
|
|
|
|
source: mssql
|
|
|
|
table: author
|
|
|
|
relationship: articles
|
2021-05-21 05:46:58 +03:00
|
|
|
|
|
|
|
#Object relationship
|
|
|
|
- type: mssql_drop_relationship
|
|
|
|
args:
|
|
|
|
source: mssql
|
|
|
|
table: article
|
|
|
|
relationship: co_author
|
|
|
|
|
|
|
|
#Array relationship
|
|
|
|
- type: mssql_drop_relationship
|
|
|
|
args:
|
|
|
|
source: mssql
|
|
|
|
table: author
|
|
|
|
relationship: co_articles
|
|
|
|
|
|
|
|
#Object relationship
|
|
|
|
- type: mssql_drop_relationship
|
|
|
|
args:
|
|
|
|
source: mssql
|
|
|
|
table: article_multi
|
|
|
|
relationship: author
|
|
|
|
|
|
|
|
#Array relationship
|
|
|
|
- type: mssql_drop_relationship
|
|
|
|
args:
|
|
|
|
source: mssql
|
|
|
|
table: author_multi
|
|
|
|
relationship: articles
|