fix(notification-outbox): backfill NotificationLists.Type with a valid enum value in migration
This commit is contained in:
@@ -17,7 +17,7 @@ namespace ScadaLink.ConfigurationDatabase.Migrations
|
||||
type: "nvarchar(32)",
|
||||
maxLength: 32,
|
||||
nullable: false,
|
||||
defaultValue: "");
|
||||
defaultValue: "Email");
|
||||
|
||||
migrationBuilder.CreateTable(
|
||||
name: "Notifications",
|
||||
|
||||
Reference in New Issue
Block a user