Renames ProfileColors to Colors
This commit is contained in:
@@ -49,8 +49,8 @@ public class ContentDbContext(
|
||||
|
||||
modelBuilder
|
||||
.Entity<Creator>()
|
||||
.OwnsOne<ProfileColors>(x => x.ProfileColors)
|
||||
.ToTable(nameof(ProfileColors));
|
||||
.OwnsOne<Colors>(x => x.Colors)
|
||||
.ToTable(nameof(Colors));
|
||||
|
||||
modelBuilder
|
||||
.Entity<Creator>()
|
||||
|
||||
Reference in New Issue
Block a user