mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
15 lines
274 B
YAML
15 lines
274 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP function fetch_articles(text,author);
|
|
DROP table article;
|
|
DROP table author;
|
|
DROP table person;
|
|
DROP table resident;
|
|
drop table "user";
|
|
drop table account;
|
|
cascade: true
|