Skip to content

Commit

Permalink
Merge pull request #104 from SpicyDarkFox/dbg
Browse files Browse the repository at this point in the history
фикс дб
  • Loading branch information
Evgencheg authored Sep 8, 2024
2 parents 841a17a + 10c44c8 commit 982ba02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if LPP_Sponsors
#if LPP_Sponsors
using System;
using Microsoft.EntityFrameworkCore.Migrations;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Microsoft.EntityFrameworkCore.Migrations;
#if LPP_Sponsors
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable

Expand Down Expand Up @@ -27,3 +28,4 @@ protected override void Down(MigrationBuilder migrationBuilder)
}
}
}
#endif

0 comments on commit 982ba02

Please sign in to comment.