graphql-engine/server/tests-py/queries/graphql_query/basic/teardown.yaml

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

24 lines
441 B
YAML
Raw Normal View History

2018-09-18 09:21:57 +03:00
type: bulk
args:
2018-09-18 09:21:57 +03:00
#Drop relationship first
- type: drop_relationship
args:
relationship: articles
table:
schema: public
name: author
- type: run_sql
args:
sql: |
drop table test_types;
drop table article;
drop table author;
drop table article_multi;
drop table author_multi;
drop table "user";
drop table person;
drop type complex;
drop type inventory_item;