mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
16 lines
339 B
YAML
16 lines
339 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP VIEW article_view;
|
|
DROP TABLE article;
|
|
DROP VIEW author_view;
|
|
DROP TABLE author;
|
|
DROP VIEW hge_tests.address_view;
|
|
DROP TABLE hge_tests.address;
|
|
DROP VIEW hge_tests.resident_view;
|
|
DROP TABLE hge_tests.resident;
|
|
cascade: true
|