mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
63594e1828
GitOrigin-RevId: 23efdf4d3b3902b5ce7ec14061faa53b18258e86
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;
|