mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
c0d7402e15
* Include enum types in schema whenever references are visible (fix #2820) * Fix RQL parsing for nullable enum table references (fix #3010)
10 lines
143 B
YAML
10 lines
143 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP TABLE posts;
|
|
DROP TABLE users;
|
|
DROP TABLE colors;
|
|
cascade: true
|