mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +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
|