graphql-engine/server/tests-py/queries/remote_schemas/remote_relationships/teardown.yaml
Rakesh Emmadi a375f8c105 server/postgres: Support scalar computed fields in remote joins
https://github.com/hasura/graphql-engine-mono/pull/1692

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: fcef85910899859f7421cad554c022f8023965ea
2021-07-12 16:04:37 +00:00

19 lines
543 B
YAML

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;
# also drops remote relationship as direct dep
- type: remove_remote_schema
args:
name: my-remote-schema