graphql-engine/server/tests-py/queries/graphql_mutation/enums/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

10 lines
143 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
DROP TABLE posts;
DROP TABLE users;
DROP TABLE colors;
cascade: true