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