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)",
|
type: "nvarchar(32)",
|
||||||
maxLength: 32,
|
maxLength: 32,
|
||||||
nullable: false,
|
nullable: false,
|
||||||
defaultValue: "");
|
defaultValue: "Email");
|
||||||
|
|
||||||
migrationBuilder.CreateTable(
|
migrationBuilder.CreateTable(
|
||||||
name: "Notifications",
|
name: "Notifications",
|
||||||
|
|||||||
Reference in New Issue
Block a user