mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-25 08:24:00 +03:00
13 lines
304 B
YAML
13 lines
304 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
DROP FUNCTION hello_world();
|
||
|
DROP FUNCTION fetch_articles(text, author);
|
||
|
DROP FUNCTION fetch_articles_volatile(text, author);
|
||
|
DROP FUNCTION full_name(author);
|
||
|
DROP TABLE article;
|
||
|
DROP TABLE author;
|
||
|
cascade: true
|