graphql-engine/server/tests-py/queries/v1/computed_fields/teardown.yaml

13 lines
304 B
YAML
Raw Normal View History

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