fix(make): enable db and migrate profiles in migrate target

This commit is contained in:
hh
2026-08-06 01:07:51 +02:00
parent 1898a51a9d
commit 18220407af
+1 -1
View File
@@ -21,7 +21,7 @@ deploy:
$(MAKE) rebuild $(MAKE) rebuild
migrate: migrate:
docker compose run --rm migrator $(filter-out $@,$(MAKECMDGOALS)) docker compose --profile db --profile migrate run --rm migrator $(filter-out $@,$(MAKECMDGOALS))
session-create: session-create:
cd backend && uv run python scripts/session/create.py cd backend && uv run python scripts/session/create.py