Remove portraitUrl -> replaced by ProfilePictureUrl

Removed duplicate ContentStore connectionString
This commit is contained in:
Dominic Villemure
2024-07-04 21:12:46 -04:00
parent 4a0502488e
commit 4da28344f4
6 changed files with 588 additions and 6 deletions

View File

@@ -225,9 +225,6 @@ namespace Hutopy.Infrastructure.Migrations
b.Property<bool>("PhoneNumberConfirmed")
.HasColumnType("bit");
b.Property<string>("PortraitUrl")
.HasColumnType("nvarchar(max)");
b.Property<string>("SecurityStamp")
.HasColumnType("nvarchar(max)");