graphql-engine/server/tests-py/queries/graphql_query/functions/permissions/teardown.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
213 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
sql: |
DROP TABLE article cascade;
DROP TABLE author cascade;
DROP TABLE message cascade;
DROP TABLE channel_member cascade;
cascade: true