Roll back data migration issue with "TimeSlots" replacing "Teams"
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Data.Migrations
|
||||
{
|
||||
migrationBuilder.AlterColumn<int>(
|
||||
name: "Number",
|
||||
table: "TimeSlots",
|
||||
table: "Teams",
|
||||
type: "INTEGER",
|
||||
nullable: true,
|
||||
oldClrType: typeof(int),
|
||||
@@ -24,7 +24,7 @@ namespace Data.Migrations
|
||||
{
|
||||
migrationBuilder.AlterColumn<int>(
|
||||
name: "Number",
|
||||
table: "TimeSlots",
|
||||
table: "Teams",
|
||||
type: "INTEGER",
|
||||
nullable: false,
|
||||
defaultValue: 0,
|
||||
|
||||
Reference in New Issue
Block a user