mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
11 lines
169 B
YAML
11 lines
169 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: drop_query_collection
|
||
|
args:
|
||
|
collection: test_collection
|
||
|
cascade: false
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
drop table test_table
|