mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
12 lines
172 B
YAML
12 lines
172 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: clear_metadata
|
||
|
args: {}
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
drop table test_t2;
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
drop table test_t1;
|