mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-21 06:21:39 +03:00
10 lines
141 B
YAML
10 lines
141 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table hge_tests.resident;
|
|
drop table article;
|
|
drop table author;
|