start moving media into separate table

This commit is contained in:
2020-05-14 15:40:41 +02:00
parent 0cc08e5779
commit 4fd2f2fc23
13 changed files with 79 additions and 53 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ namespace zero.Core.Entities
public string SecurityStamp { get; set; }
/// <inheritdoc/>
public Media Avatar { get; set; }
public string AvatarId { get; set; }
/// <inheritdoc/>
public string LanguageId { get; set; }
@@ -101,7 +101,7 @@ namespace zero.Core.Entities
/// <summary>
/// Avatar image
/// </summary>
Media Avatar { get; set; }
string AvatarId { get; set; }
/// <summary>
/// Backoffice display language