fix: use db/db-migrations for DB migrations
This commit is contained in:
parent
af36961299
commit
6ab6df02ed
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ lint: ## Lint codebase
|
|||
cd $(OPENAPI)&& yarn test
|
||||
|
||||
migrate: ## Run database migrations
|
||||
cargo run --bin tests-migrate
|
||||
cd db/db-migrations/ && cargo run
|
||||
|
||||
release: frontend ## Build app with release optimizations
|
||||
cargo build --release
|
||||
|
|
Loading…
Reference in a new issue