We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30a424 commit 0c0e612Copy full SHA for 0c0e612
1 file changed
src/Samples/AspNetCore.Jwt.Sample/RunMigration.txt
@@ -6,4 +6,4 @@ dotnet ef database update --context NetDevPackAppDbContext --project src\Samples
6
Custom configuration:
7
8
dotnet ef migrations add Initial --context MyIdentityContext --project src\Samples\AspNetCore.Jwt.Sample\AspNetCore.Jwt.Sample.csproj
9
-dotnet ef database update --context MyIdentityContext --project src\Samples\AspNetCore.Jwt.Sample\AspNetCore.Jwt.Sample.csproj
+dotnet ef database update --context MyIdentityContext --project src\Samples\AspNetCore.Jwt.Sample\AspNetCore.Jwt.Sample.csproj
0 commit comments