mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
0775c00b0d
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3658 GitOrigin-RevId: 3c644da15c92cac16356985d0fe0c6adb7001862
19 lines
338 B
YAML
19 lines
338 B
YAML
type: bulk
|
|
args:
|
|
- type: drop_query_collection
|
|
args:
|
|
collection: collection_1
|
|
cascade: true
|
|
- type: drop_query_collection
|
|
args:
|
|
collection: collection_2
|
|
cascade: true
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP TABLE test1 cascade;
|
|
DROP TABLE test2 cascade;
|
|
cascade: true
|
|
- type: clear_metadata
|
|
args: {}
|