mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-29 18:34:14 +03:00
10 lines
167 B
YAML
10 lines
167 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
DROP TABLE article;
|
||
|
DROP TABLE IF EXISTS author;
|
||
|
DROP TABLE IF EXISTS authors;
|
||
|
cascade: true
|