Renames ProfileColors to Colors

This commit is contained in:
Jonathan Bourdon
2024-08-06 02:55:00 -04:00
parent 7cd7ae3080
commit f46d1146e1
10 changed files with 96 additions and 96 deletions

View File

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