graphql-engine/server/tests-py/queries/graphql_query/computed_fields/teardown.yaml
2021-07-07 11:59:32 +00:00

16 lines
415 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
DROP FUNCTION fetch_articles(text, author);
DROP FUNCTION fetch_articles_plain(author);
DROP FUNCTION full_name(author);
DROP TABLE article;
DROP TABLE author;
DROP FUNCTION locations_distance(json, locations);
DROP TABLE locations;
DROP FUNCTION get_sum(float_test);
DROP TABLE float_test;
cascade: true