Skip to content

Commit

Permalink
Only drop if it exists, stupid.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 22, 2024
1 parent cb7df67 commit 0fac658
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ public partial class UpstreamMerge : Migration
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropTable(
name: "ProfileLoadout");
migrationBuilder.Sql("DROP TABLE IF EXISTS ProileLoadouts;");

migrationBuilder.RenameColumn(
name: "hwid_type",
Expand Down

0 comments on commit 0fac658

Please sign in to comment.