Roll back data migration issue with "TimeSlots" replacing "Teams"
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Data.Migrations
|
||||
{
|
||||
migrationBuilder.RenameColumn(
|
||||
name: "TeamNumber",
|
||||
table: "TimeSlots",
|
||||
table: "Teams",
|
||||
newName: "TeamId");
|
||||
|
||||
migrationBuilder.RenameColumn(
|
||||
@@ -36,7 +36,7 @@ namespace Data.Migrations
|
||||
{
|
||||
migrationBuilder.RenameColumn(
|
||||
name: "TeamId",
|
||||
table: "TimeSlots",
|
||||
table: "Teams",
|
||||
newName: "TeamNumber");
|
||||
|
||||
migrationBuilder.RenameColumn(
|
||||
|
||||
Reference in New Issue
Block a user