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
@@ -9,7 +9,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
#nullable disable
namespace DeepDrftWeb.Services.Migrations
namespace DeepDrftWeb.Migrations
{
[DbContext(typeof(DeepDrftContext))]
[Migration("20260518025102_Initial")]
@@ -4,7 +4,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
#nullable disable
namespace DeepDrftWeb.Services.Migrations
namespace DeepDrftWeb.Migrations
{
/// <inheritdoc />
public partial class Initial : Migration
@@ -8,7 +8,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
#nullable disable
namespace DeepDrftWeb.Services.Migrations
namespace DeepDrftWeb.Migrations
{
[DbContext(typeof(DeepDrftContext))]
partial class DeepDrftContextModelSnapshot : ModelSnapshot