Skip to content

Commit

Permalink
fix: FixCurrentStreetNameWithoutLinkedRoadSegments migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandaal committed Aug 5, 2024
1 parent 23c569b commit a7bbd85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public partial class FixCurrentStreetNameWithoutLinkedRoadSegments : Migration
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.Sql($"DROP VIEW {Schema.SuspiciousCases}.{CurrentStreetNameWithoutLinkedRoadSegmentsConfiguration.ViewName};");
migrationBuilder.Sql(CurrentStreetNameWithoutLinkedRoadSegmentsConfiguration.Create);
}

Expand Down

0 comments on commit a7bbd85

Please sign in to comment.