mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
41908936cf
GitOrigin-RevId: c40393bcdd78feaba7e9490ce4ed78de19b5bfc5
45 lines
655 B
YAML
45 lines
655 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: citus_untrack_table
|
|
args:
|
|
source: citus
|
|
table:
|
|
name: author
|
|
cascade: true
|
|
|
|
- type: citus_untrack_table
|
|
args:
|
|
source: citus
|
|
table:
|
|
name: article
|
|
cascade: true
|
|
|
|
- type: citus_untrack_table
|
|
args:
|
|
source: citus
|
|
table:
|
|
name: country
|
|
cascade: true
|
|
|
|
- type: citus_untrack_table
|
|
args:
|
|
source: citus
|
|
table:
|
|
name: state
|
|
cascade: true
|
|
|
|
- type: citus_untrack_table
|
|
args:
|
|
source: citus
|
|
table:
|
|
name: disaster
|
|
cascade: true
|
|
|
|
- type: citus_untrack_table
|
|
args:
|
|
source: citus
|
|
table:
|
|
name: disaster_affected_state
|
|
cascade: true
|