summaryrefslogtreecommitdiff
path: root/Migrations/ApplicationDbContextModelSnapshot.cs
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-11-27 14:10:25 -0600
committerHombreLaser <sebastian-440@live.com>2022-11-27 14:10:25 -0600
commit9149e64398e7b9f7b29bcf68db7eff2ce5f8169c (patch)
tree74cc38b343100c6c9b0bb2d23886b5bc1677c039 /Migrations/ApplicationDbContextModelSnapshot.cs
parent6f263df59a895b6bcc2fe22b9626ddd81537c217 (diff)
Corregidos algunos bugs
Diffstat (limited to 'Migrations/ApplicationDbContextModelSnapshot.cs')
-rw-r--r--Migrations/ApplicationDbContextModelSnapshot.cs8
1 files changed, 4 insertions, 4 deletions
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 =>