graphql-engine/server/tests-py/queries/subscriptions/udf_session_args/teardown.yaml

9 lines
142 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
cascade: true
sql: |
drop function me(json) cascade;
drop table profile cascade;