graphql-engine/server/tests-py/queries/remote_schemas/remote_relationships/teardown.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
587 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
sql: |
drop table if exists profiles;
drop table if exists user_profiles;
drop table if exists authors;
drop table if exists employees;
drop function if exists total_marks(students);
drop function if exists total_marks_offset(students, integer);
drop function if exists total_marks_session(students, json);
drop table if exists students;
drop table if exists regression_7172;
# also drops remote relationship as direct dep
- type: remove_remote_schema
args:
name: my-remote-schema