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
+1 -1
View File
@@ -10,6 +10,6 @@
public string Roles { get; set; }
public string Avatar { get; set; }
public string AvatarId { get; set; }
}
}