From 9149e64398e7b9f7b29bcf68db7eff2ce5f8169c Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 27 Nov 2022 14:10:25 -0600 Subject: Corregidos algunos bugs --- Migrations/ApplicationDbContextModelSnapshot.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Migrations/ApplicationDbContextModelSnapshot.cs') diff --git a/Migrations/ApplicationDbContextModelSnapshot.cs b/Migrations/ApplicationDbContextModelSnapshot.cs index 37dac6d..2374b95 100644 --- a/Migrations/ApplicationDbContextModelSnapshot.cs +++ b/Migrations/ApplicationDbContextModelSnapshot.cs @@ -48,7 +48,7 @@ namespace BackendPIA.Migrations b.HasIndex("RaffleId"); - b.ToTable("Prizes"); + b.ToTable("Prizes", (string)null); }); modelBuilder.Entity("BackendPIA.Models.Raffle", b => @@ -72,7 +72,7 @@ namespace BackendPIA.Migrations b.HasKey("Id"); - b.ToTable("Raffles"); + b.ToTable("Raffles", (string)null); }); modelBuilder.Entity("BackendPIA.Models.RaffleWinner", b => @@ -101,7 +101,7 @@ namespace BackendPIA.Migrations b.HasIndex("UserAccountId"); - b.ToTable("RaffleWinners"); + b.ToTable("RaffleWinners", (string)null); }); modelBuilder.Entity("BackendPIA.Models.Ticket", b => @@ -131,7 +131,7 @@ namespace BackendPIA.Migrations b.HasIndex("UserAccountId"); - b.ToTable("Tickets"); + b.ToTable("Tickets", (string)null); }); modelBuilder.Entity("BackendPIA.Models.UserAccount", b => -- cgit v1.2.3