graphql-engine/server/tests-py/queries/v1/insert/basic/schema_teardown.yaml
Alexis King c0d7402e15
Fix two enum table reference bugs (fix #2820 and #3010) (#3074)
* Include enum types in schema whenever references are visible (fix #2820)
* Fix RQL parsing for nullable enum table references (fix #3010)
2019-10-10 21:22:16 -05:00

13 lines
196 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
drop table posts;
drop table colors;
drop table article;
drop table author;
drop table orders;
cascade: true