Use JSON columns instead of junction tables
This commit is contained in:
parent
8fd50d030b
commit
b36f6c8f0b
35 changed files with 471 additions and 1103 deletions
|
|
@ -135,7 +135,6 @@ public class Series : IEntityDate, IHasReadTimeEstimate, IHasCoverImage
|
|||
public List<Volume> Volumes { get; set; } = null!;
|
||||
public Library Library { get; set; } = null!;
|
||||
public int LibraryId { get; set; }
|
||||
public ICollection<SeriesReadingProfile> ReadingProfiles { get; set; } = null!;
|
||||
|
||||
|
||||
public void UpdateLastFolderScanned()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue