diff --git a/makefile b/makefile index 858ec2b..1007228 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,7 @@ docker-migrate: ## Runs the migrations stored in the Docker image docker run -it --env-file .env ghcr.io/jtom38/newsbot.collector:master /app/goose --dir "/app/migrations" up ef-build: ## Builds migration artifact - dotnet ef migrations bundle --project "Newsbot.Collector.Database" + dotnet ef migrations bundle --project "Newsbot.Collector.Database" --force ef-migrate: ## Runs migrations based on the newest artifact dotnet ef migrations bundle --project "Newsbot.Collector.Database" --force