mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
dae6cfa9a6
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5394 GitOrigin-RevId: 78015262365985329c18ed25897ca6d6f4422ecb
13 lines
180 B
YAML
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;
|
|
|