Skip to content

Commit

Permalink
fix: drop vw_ParcelDetailListCount
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandaal authored and ArneD committed May 27, 2024
1 parent 1a47eea commit 660c9b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ public partial class DeleteV1 : Migration
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.Sql($@"DROP VIEW [{Infrastructure.Schema.Legacy}].[vw_ParcelDetailListCount]");

migrationBuilder.DropTable(
name: "ParcelAddresses",
schema: "ParcelRegistryLegacy");
Expand Down

0 comments on commit 660c9b9

Please sign in to comment.