graphql-engine/server/tests-py/queries/actions/timeout/schema_teardown.yaml

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

16 lines
224 B
YAML
Raw Normal View History

type: bulk
args:
- type: drop_action
args:
name: create_user
clear_data: true
# clear custom types
- type: set_custom_types
args: {}
- type: run_sql
args:
cascade: true
sql: |
DROP TABLE "user";