graphql-engine/server/tests-py/queries/graphql_introspection/descriptions/schema_teardown.yaml

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

8 lines
245 B
YAML
Raw Normal View History

type: run_sql
args:
sql: |
DROP TABLE "automatic_comment_in_db" cascade;
DROP TABLE "automatic_no_comment_in_db" cascade;
DROP TABLE "explicit_comment_in_metadata" cascade;
DROP TABLE "explicit_no_comment_in_metadata" cascade;