fix: use db/db-migrations for DB migrations

This commit is contained in:
realaravinth 2022-05-11 13:15:46 +05:30
parent af36961299
commit 6ab6df02ed
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -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