graphql-engine/server/tests-py/pgdump/teardown.yaml
Naveen Naidu dae6cfa9a6 server: enforce event triggers name in a source to be unique
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5394
GitOrigin-RevId: 78015262365985329c18ed25897ca6d6f4422ecb
2022-08-23 08:51:11 +00:00

13 lines
180 B
YAML

type: bulk
args:
- type: delete_event_trigger
args:
name: articles
- type: run_sql
args:
cascade: true
sql: |
DROP TABLE articles;
DROP TABLE authors;