mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 05:21:47 +03:00
8b60122b9e
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/1935 Co-authored-by: paritosh-08 <85472423+paritosh-08@users.noreply.github.com> Co-authored-by: pranshi06 <85474619+pranshi06@users.noreply.github.com> Co-authored-by: Lyndon Maydwell <92299+sordina@users.noreply.github.com> GitOrigin-RevId: 3e43b84d4e9e181b405855704112b49467dafdf9
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
|