From a49717ff49b5e013599c4311a74b4e77bb8371db Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Sun, 6 Apr 2025 19:59:00 +0200 Subject: [PATCH] Update snapshot to make properties nullable. --- .../Migrations/DeadBallZoneLeagueDbContextModelSnapshot.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EntityFrameworkCore.Data/Migrations/DeadBallZoneLeagueDbContextModelSnapshot.cs b/EntityFrameworkCore.Data/Migrations/DeadBallZoneLeagueDbContextModelSnapshot.cs index 4b4d5d4..63ed0d7 100644 --- a/EntityFrameworkCore.Data/Migrations/DeadBallZoneLeagueDbContextModelSnapshot.cs +++ b/EntityFrameworkCore.Data/Migrations/DeadBallZoneLeagueDbContextModelSnapshot.cs @@ -32,7 +32,7 @@ namespace EntityFrameworkCore.Data.Migrations b.HasKey("Id"); - b.ToTable("Coaches"); + b.ToTable("Coaches", (string)null); }); modelBuilder.Entity("EntityFrameworkCore.Domain.Team", b => @@ -49,7 +49,7 @@ namespace EntityFrameworkCore.Data.Migrations b.HasKey("TeamId"); - b.ToTable("Teams"); + b.ToTable("Teams", (string)null); b.HasData( new