Final Form

This commit is contained in:
2024-10-20 15:39:08 -04:00
parent 905d3747d2
commit 070babb17a
105 changed files with 1027 additions and 3212 deletions

View File

@@ -3,9 +3,9 @@
dotnet build
dotnet ef database update \
--project src/Infrastructure/Infrastructure.csproj \
--project src/Web/Web.csproj \
--startup-project src/Web/Web.csproj \
--context Hutopy.Infrastructure.Data.ApplicationDbContext \
--context Hutopy.Web.Features.Users.Data.ApplicationDbContext \
--configuration Debug \
--no-build