Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Feb 22, 2024
1 parent 7b44500 commit 9f4601e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/BUTR.CrashReportServer/Services/DatabaseMigrator.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using BUTR.CrashReportServer.Contexts;
/*
using BUTR.CrashReportServer.Contexts;
using BUTR.CrashReportServer.Models.Database;
using BUTR.CrashReportServer.Utils;
Expand Down Expand Up @@ -105,4 +106,5 @@ DELETE FROM json_entity
}
});
}
}
}
*/

0 comments on commit 9f4601e

Please sign in to comment.