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()