graphql-engine/server/tests-py/queries/schema/duplication/teardown.yaml

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

11 lines
155 B
YAML
Raw Normal View History

2020-09-01 14:39:58 +03:00
type: bulk
args:
- type: set_custom_types
args: {}
- type: run_sql
args:
cascade: true
sql: |
DROP TABLE "user";
DROP TABLE users;