mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
9 lines
115 B
YAML
9 lines
115 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
cascade: true
|
||
|
sql: |
|
||
|
drop table hge_tests.test_t1 cascade;
|