Renames SocialNetworks to Socials

This commit is contained in:
Jonathan Bourdon
2024-08-06 00:14:40 -04:00
parent b2583738f5
commit 14bc4ce69b
9 changed files with 31 additions and 31 deletions

View File

@@ -44,8 +44,8 @@ public class ContentDbContext(
modelBuilder
.Entity<Creator>()
.OwnsOne<SocialNetworks>(x => x.SocialNetworks)
.ToTable(nameof(SocialNetworks));
.OwnsOne<Socials>(x => x.Socials)
.ToTable(nameof(Socials));
modelBuilder
.Entity<Creator>()