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