mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
10 lines
155 B
YAML
10 lines
155 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: delete_event_trigger
|
||
|
args:
|
||
|
name: measurement_all
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
drop table hge_tests.measurement;
|