mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
7b83018c39
* server: use only the valid tables in the node parser * add test GitOrigin-RevId: 90edf001220c7d78eaab86ff565ee4311844b5d3
15 lines
288 B
YAML
15 lines
288 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP MATERIALIZED VIEW articles;
|
|
DROP TABLE hge_tests.resident;
|
|
DROP TABLE article;
|
|
DROP TABLE author;
|
|
DROP TABLE test1;
|
|
DROP TABLE test2 CASCADE;
|
|
DROP TABLE "users address";
|
|
cascade: true
|