fix(notification-outbox): backfill NotificationLists.Type with a valid enum value in migration

This commit is contained in:
Joseph Doherty
2026-05-19 01:10:15 -04:00
parent 5696a8af9f
commit 6056ad58b0

View File

@@ -17,7 +17,7 @@ namespace ScadaLink.ConfigurationDatabase.Migrations
type: "nvarchar(32)",
maxLength: 32,
nullable: false,
defaultValue: "");
defaultValue: "Email");
migrationBuilder.CreateTable(
name: "Notifications",