mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
9 lines
142 B
YAML
9 lines
142 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
cascade: true
|
||
|
sql: |
|
||
|
drop function me(json) cascade;
|
||
|
drop table profile cascade;
|