graphql-engine/server/tests-py/queries/graphql_query/mysql/teardown_mysql.yaml

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

40 lines
595 B
YAML
Raw Normal View History

type: bulk
args:
# untrack functions
# - type: mysql_untrack_function
# args:
# source: mysql
# function:
# schema: hasura
# name: search_author_viewf
# untrack views
- type: mysql_untrack_table
args:
source: mysql
table:
name: search_author_view
schema: hasura
cascade: true
# untrack tables
- type: mysql_untrack_table
args:
source: mysql
table:
name: article
schema: hasura
cascade: true
- type: mysql_untrack_table
args:
source: mysql
table:
name: author
schema: hasura
cascade: true