feat: cache bust before applying db migrations
This commit is contained in:
parent
2e32f298df
commit
ba85626969
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue