mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
66f09eeaab
https://github.com/hasura/graphql-engine-mono/pull/1293 Co-authored-by: Chris Done <11019+chrisdone@users.noreply.github.com> Co-authored-by: Abby Sassel <3883855+sassela@users.noreply.github.com> GitOrigin-RevId: 776402dbbaf3d8166a62b1aaaf6abc7e584b3eb2
49 lines
679 B
YAML
49 lines
679 B
YAML
type: bulk
|
|
args:
|
|
|
|
# untrack tables
|
|
- type: mssql_untrack_table
|
|
args:
|
|
source: mssql
|
|
table:
|
|
name: test_types
|
|
cascade: true
|
|
|
|
- type: mssql_untrack_table
|
|
args:
|
|
source: mssql
|
|
table:
|
|
name: article
|
|
cascade: true
|
|
|
|
- type: mssql_untrack_table
|
|
args:
|
|
source: mssql
|
|
table:
|
|
name: author
|
|
cascade: true
|
|
|
|
- type: mssql_untrack_table
|
|
args:
|
|
source: mssql
|
|
table:
|
|
name: user
|
|
cascade: true
|
|
|
|
- type: mssql_untrack_table
|
|
args:
|
|
source: mssql
|
|
table:
|
|
name: person
|
|
cascade: true
|
|
|
|
- type: mssql_untrack_table
|
|
args:
|
|
source: mssql
|
|
table: author_multi
|
|
relationship: articles
|
|
cascade: true
|
|
|
|
|
|
|