mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
a935746e17
This claws back ~7min from integration tests (run serially, as with `dev.sh test --integration` Further improvements would do well to focus on optimizing metadata operations, as `setup` dominates GitOrigin-RevId: 76637d6fa953c2404627c4391447a05bf09355fa
23 lines
342 B
YAML
23 lines
342 B
YAML
type: bulk
|
|
args:
|
|
|
|
#Drop relationship first
|
|
- type: drop_relationship
|
|
args:
|
|
relationship: articles
|
|
table:
|
|
schema: public
|
|
name: author
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table article;
|
|
drop table author;
|
|
drop table "user";
|
|
|
|
#- type: run_sql
|
|
# args:
|
|
# sql: |
|
|
# drop type inventory_item
|