Fix review findings: scrub committed password, restore migration namespace, document Npgsql version constraint

This commit is contained in:
Daniel Harvey
2026-05-17 23:30:05 -04:00
parent a65339395b
commit 0d14f46909
10 changed files with 17 additions and 25 deletions
+1
View File
@@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.4" />
<!-- Npgsql 10.0.1 requires Microsoft.EntityFrameworkCore >= 10.0.4; keep in sync -->
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.4" />