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
|
cargo clippy --workspace --tests --all-features
|
||||||
|
|
||||||
migrate: ## run migrations
|
migrate: ## run migrations
|
||||||
|
$(call cache_bust)
|
||||||
unset DATABASE_URL && cargo build
|
unset DATABASE_URL && cargo build
|
||||||
cargo run -- migrate
|
cargo run -- migrate
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue