feat: cache bust before applying db migrations

This commit is contained in:
Aravinth Manivannan 2022-09-16 18:28:01 +05:30
parent 2e32f298df
commit ba85626969
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ lint: ## Lint codebase
cargo clippy --workspace --tests --all-features
migrate: ## run migrations
$(call cache_bust)
unset DATABASE_URL && cargo build
cargo run -- migrate