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:
Amelia 2025-05-07 23:37:19 +02:00
parent 697a3bb52b
commit 4b13802301
No known key found for this signature in database
GPG key ID: D6D0ECE365407EAA
10 changed files with 44 additions and 13 deletions

View file

@ -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; }