mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
02aef27a75
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2632 Co-authored-by: Lyndon Maydwell <92299+sordina@users.noreply.github.com> Co-authored-by: paritosh-08 <85472423+paritosh-08@users.noreply.github.com> GitOrigin-RevId: 067e182effaed255ff047abeee309d65a9fb191c
11 lines
190 B
YAML
11 lines
190 B
YAML
type: bulk
|
|
args:
|
|
- type: drop_query_collection
|
|
args:
|
|
collection: test_collection
|
|
cascade: false
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table test_table, test_table_recurse;
|