Remove creator's about, adds title.
Remove extra content properties. Change creator's colors to materials palette.
This commit is contained in:
@@ -43,10 +43,6 @@ public class ContentDbContext(
|
||||
.Entity<Subscription>()
|
||||
.HasKey(s => new { s.CreatedBy, s.CreatorId });
|
||||
|
||||
modelBuilder
|
||||
.Entity<Creator>()
|
||||
.OwnsOne<About>(x => x.About);
|
||||
|
||||
modelBuilder
|
||||
.Entity<Creator>()
|
||||
.OwnsOne<Socials>(x => x.Socials)
|
||||
|
||||
Reference in New Issue
Block a user