Roll back data migration issue with "TimeSlots" replacing "Teams"
This commit is contained in:
@@ -12,11 +12,11 @@ namespace Data.Migrations
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "Name",
|
||||
table: "TimeSlots");
|
||||
table: "Teams");
|
||||
|
||||
migrationBuilder.AddColumn<int>(
|
||||
name: "Number",
|
||||
table: "TimeSlots",
|
||||
table: "Teams",
|
||||
type: "INTEGER",
|
||||
nullable: false,
|
||||
defaultValue: 0);
|
||||
@@ -27,11 +27,11 @@ namespace Data.Migrations
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "Number",
|
||||
table: "TimeSlots");
|
||||
table: "Teams");
|
||||
|
||||
migrationBuilder.AddColumn<string>(
|
||||
name: "Name",
|
||||
table: "TimeSlots",
|
||||
table: "Teams",
|
||||
type: "TEXT",
|
||||
nullable: false,
|
||||
defaultValue: "");
|
||||
|
||||
Reference in New Issue
Block a user