fix(make): enable db and migrate profiles in migrate target
This commit is contained in:
@@ -21,7 +21,7 @@ deploy:
|
||||
$(MAKE) rebuild
|
||||
|
||||
migrate:
|
||||
docker compose run --rm migrator $(filter-out $@,$(MAKECMDGOALS))
|
||||
docker compose --profile db --profile migrate run --rm migrator $(filter-out $@,$(MAKECMDGOALS))
|
||||
|
||||
session-create:
|
||||
cd backend && uv run python scripts/session/create.py
|
||||
|
||||
Reference in New Issue
Block a user