Skip to content

Commit

Permalink
Silence maintainability warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Nov 28, 2024
1 parent aa5abb4 commit ac60f6e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#nullable disable

namespace BDMS.Migrations;
#pragma warning disable CA1505

/// <inheritdoc />
public partial class RemoveGroundwaterDepthEntries : Migration
Expand All @@ -16,3 +17,5 @@ UPDATE bdms.observation
WHERE observation_type = 2;");
}
}

#pragma warning restore CA1505

0 comments on commit ac60f6e

Please sign in to comment.