From 57cf426bdd3d7b94e653e206fb0c90c89c9b13c8 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 11 Apr 2025 15:36:25 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 184cc6dbe..5c878262f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ If changes on the Identity then you need to Add a new migration (from the DevBet Update AppDbContext model (from the DevBetter.Web folder): ```powershell -dotnet ef database update -c appdbcontext -p ../DevBetterWeb.Infrastructure/DevBetterWeb.Infrastructure.csproj -s DevBetterWeb.Web.csproj +dotnet ef database update -c AppDbContext -p ../DevBetterWeb.Infrastructure/DevBetterWeb.Infrastructure.csproj -s DevBetterWeb.Web.csproj +dotnet ef database update -c IdentityDbContext -p ../DevBetterWeb.Infrastructure/DevBetterWeb.Infrastructure.csproj -s DevBetterWeb.Web.csproj ``` Generate Idempotent Update Script (for production)(from the DevBetter.Web folder):