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

9 lines
129 B
YAML
Raw Normal View History

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