graphql-engine/server/tests-py/queries/actions/nested-relation/schema_teardown.yaml
David Overton 1eb7fe5999 Nested action joins
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3613
GitOrigin-RevId: 95fdb317a1052bdc440865f2dc8c5897e8531539
2022-03-03 03:44:20 +00:00

15 lines
193 B
YAML

type: bulk
args:
- type: untrack_table
args:
cascade: true
table:
name: user
schema: public
- type: run_sql
args:
cascade: true
sql: |
DROP TABLE "user";