Skip to content

Commit

Permalink
Merge pull request #503 from ipax77/dev
Browse files Browse the repository at this point in the history
Delete ArcadePlayers
  • Loading branch information
ipax77 authored Jul 22, 2024
2 parents 6e5f9f4 + 9e621db commit e6f745d
Show file tree
Hide file tree
Showing 16 changed files with 2,511 additions and 306 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ public partial class ArcadeReplayDsPlayers : Migration
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
//migrationBuilder.DropForeignKey(
// name: "FK_ArcadePlayerRatings_ArcadePlayers_ArcadePlayerId",
// table: "ArcadePlayerRatings");
migrationBuilder.DropForeignKey(
name: "FK_ArcadePlayerRatings_ArcadePlayers_ArcadePlayerId",
table: "ArcadePlayerRatings");

migrationBuilder.DropTable(
name: "ArcadeReplayPlayerRatings");
Expand Down
Loading

0 comments on commit e6f745d

Please sign in to comment.