graphql-engine/server/tests-py/queries/graphql_mutation/delete/permissions/schema_teardown.yaml

13 lines
200 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
drop table article;
drop table author;
drop table resident;
drop table "user";
drop table account;
cascade: true