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):