mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
c0d7402e15
* Include enum types in schema whenever references are visible (fix #2820) * Fix RQL parsing for nullable enum table references (fix #3010)
13 lines
196 B
YAML
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
|