mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-24 22:45:45 +00:00
fix: use db/db-migrations for DB migrations
This commit is contained in:
parent
af36961299
commit
6ab6df02ed
2
Makefile
2
Makefile
@ -74,7 +74,7 @@ lint: ## Lint codebase
|
|||||||
cd $(OPENAPI)&& yarn test
|
cd $(OPENAPI)&& yarn test
|
||||||
|
|
||||||
migrate: ## Run database migrations
|
migrate: ## Run database migrations
|
||||||
cargo run --bin tests-migrate
|
cd db/db-migrations/ && cargo run
|
||||||
|
|
||||||
release: frontend ## Build app with release optimizations
|
release: frontend ## Build app with release optimizations
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user