mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
7194dc691c
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3024 GitOrigin-RevId: 30c0e7d713375d0c54ff7145d00985e3ade4f1a9
33 lines
495 B
YAML
33 lines
495 B
YAML
type: bulk
|
|
args:
|
|
|
|
#Drop relationships
|
|
- type: mssql_drop_relationship
|
|
args:
|
|
source: mssql
|
|
table:
|
|
name: author
|
|
relationship: articles
|
|
|
|
- type: mssql_drop_relationship
|
|
args:
|
|
source: mssql
|
|
table:
|
|
name: article
|
|
relationship: author
|
|
|
|
#Untrack tables
|
|
- type: mssql_untrack_table
|
|
args:
|
|
source: mssql
|
|
table:
|
|
name: author
|
|
cascade: true
|
|
|
|
- type: mssql_untrack_table
|
|
args:
|
|
source: mssql
|
|
table:
|
|
name: article
|
|
cascade: true
|