mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
596bccde49
this does not generate coverage report yet
18 lines
200 B
YAML
18 lines
200 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table author
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table address
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table resident
|