graphql-engine/server/tests-py/queries/graphql_mutation/delete/constraints/teardown_mssql.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
366 B
YAML
Raw Normal View History

type: bulk
args:
# Drop relationship first
- type: mssql_drop_relationship
args:
source: mssql
relationship: articles
table:
name: author
- type: mssql_untrack_table
args:
source: mssql
table:
name: article
cascade: true
- type: mssql_untrack_table
args:
source: mssql
table:
name: author
cascade: true