From 775d25d31d68f3f5ed0a6192aa2fc5f29801c570 Mon Sep 17 00:00:00 2001 From: Dominic Villemure Date: Sun, 17 Mar 2024 17:03:35 -0400 Subject: [PATCH] Fix snapshot --- .../Data/Migrations/ApplicationDbContextModelSnapshot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/Data/Migrations/ApplicationDbContextModelSnapshot.cs b/src/Infrastructure/Data/Migrations/ApplicationDbContextModelSnapshot.cs index 7a0ef22..4b12eb4 100644 --- a/src/Infrastructure/Data/Migrations/ApplicationDbContextModelSnapshot.cs +++ b/src/Infrastructure/Data/Migrations/ApplicationDbContextModelSnapshot.cs @@ -22,7 +22,7 @@ namespace Hutopy.Infrastructure.Data.Migrations SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); - modelBuilder.Entity("FuturCreator", b => + modelBuilder.Entity("Hutopy.Domain.Entities.FuturCreator", b => { b.Property("Id") .ValueGeneratedOnAdd()