graphql-engine/server/tests-py/queries/graphql_mutation/insert/permissions/teardown.yaml

21 lines
364 B
YAML
Raw Normal View History

2018-09-18 09:21:57 +03:00
type: bulk
args:
#Drop relationship first
- type: drop_relationship
args:
table:
name: author
schema: public
relationship: articles
- type: run_sql
args:
sql: |
drop table address;
drop table resident;
drop table article;
drop table blog;
drop table author;
drop table "Company";
cascade: true