mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
5ad01a4bac
GitOrigin-RevId: 6522f776c9b267d5c94be484d55f879e79d30c96
16 lines
367 B
YAML
16 lines
367 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP VIEW article_view;
|
|
DROP TABLE article;
|
|
DROP VIEW author_view;
|
|
DROP TABLE author_details;
|
|
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
|