Skip to content

Commit

Permalink
Set migrated values for EvaluateXXX to match current behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippluca committed Jan 16, 2025
1 parent eb2a5ff commit 1d5b8bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
keyColumn: "EvaluateComment",
keyValue: string.Empty,
column: "EvaluateComment",
value: FieldEvaluationType.Required.ToString());
value: FieldEvaluationType.Optional.ToString());

migrationBuilder.UpdateData(
table: "Mandates",
Expand All @@ -59,7 +59,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
keyColumn: "EvaluatePrecursorDelivery",
keyValue: string.Empty,
column: "EvaluatePrecursorDelivery",
value: FieldEvaluationType.Required.ToString());
value: FieldEvaluationType.Optional.ToString());

}

Expand Down

0 comments on commit 1d5b8bd

Please sign in to comment.