Fix Identity urls to 1024

This commit is contained in:
2025-04-01 23:00:27 -04:00
parent 915e4823b2
commit a2270bfb80
13 changed files with 370 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
dotnet ef migrations script \
--startup-project src/Web/Web.csproj \
--project src/Web/Web.csproj \
--context Hutopy.Web.Features.Users.Data.IdentityDbContext \
--context Hutopy.Web.Features.Users.Data.ApplicationDbContext \
--configuration Debug \
--output create-identity-db.sql \
--idempotent \