graphql-engine/server/tests-py/queries/graphql_mutation/update/permissions/schema_teardown.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