Skip to content

Commit

Permalink
note location
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Jun 15, 2021
1 parent 550466e commit 6588a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efscripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dotnet ef database update -c appdbcontext -p ../DevBetterWeb.Infrastructure/DevB
##run this from the infrastructure project directory to update the identity data
dotnet ef database update -c IdentityDbContext -s ..\devbetterweb.web\DevBetterWeb.Web.csproj

-- GENERATE SCRIPT FOR PROD DB UPDATES
-- GENERATE SCRIPT FOR PROD DB UPDATES (FROM WEB FOLDER)
dotnet ef migrations script --context appdbcontext -p ../DevBetterWeb.Infrastructure/DevBetterWeb.Infrastructure.csproj -s DevBetterWeb.Web.csproj > update.sql

76040fbe-b7e4-452a-b2aa-e48520c771cf - admin role
Expand Down

0 comments on commit 6588a5c

Please sign in to comment.