Fix a bunch of EF issues
I don't fully understand the issue that was present before, so this is more of a workaround than a real fix.
This commit is contained in:
parent
697a3bb52b
commit
4b13802301
10 changed files with 44 additions and 13 deletions
|
|
@ -7,7 +7,6 @@ public class PersonDto
|
|||
{
|
||||
public int Id { get; set; }
|
||||
public required string Name { get; set; }
|
||||
public IList<string> Aliases { get; set; } = [];
|
||||
|
||||
public bool CoverImageLocked { get; set; }
|
||||
public string? PrimaryColor { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue