Skip to content

Instantly share code, notes, and snippets.

@alaawahbah
Last active June 19, 2023 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alaawahbah/6a85f1cd42c18122146b4dcd877f8ace to your computer and use it in GitHub Desktop.
Save alaawahbah/6a85f1cd42c18122146b4dcd877f8ace to your computer and use it in GitHub Desktop.
SET EF_CONNECTIONSTRING="Server=(localdb)\\mssqllocaldb;Database=aspnet-BlazorApp1-723203BA-B167-4E72-BF83-6B7DDA6E8865;Trusted_Connection=True;MultipleActiveResultSets=true"
dotnet ef database update --context ElsaContext
dotnet tool install --global dotnet-ef --version 6.0.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment