mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
13 lines
200 B
YAML
13 lines
200 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table article;
|
|
drop table author;
|
|
drop table resident;
|
|
drop table "user";
|
|
drop table account;
|
|
cascade: true
|