Skip to content

Commit

Permalink
style: Format SQL migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo committed Jul 29, 2024
1 parent 763385e commit 5358454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .build/Build.Format.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ partial class Build : NukeBuild
.SetProject(SolutionFilePath)
.SetNoRestore(true)
.SetSeverity(DotNetFormatSeverity.error)
.AddExclude("src/Cache/SQLite/src/Migrations/*.cs")
.SetVerifyNoChanges(true)));
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;

using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable
Expand Down Expand Up @@ -32,4 +33,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
name: "Items");
}
}
}
}

0 comments on commit 5358454

Please sign in to comment.