Roll back data migration issue with "TimeSlots" replacing "Teams"

This commit is contained in:
2025-09-26 10:13:00 -04:00
parent 1e2e2724cf
commit 1ea096469b
6 changed files with 25 additions and 25 deletions
@@ -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,