mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-31 03:15:16 -04:00
Add a firstEpisode field on the backend
This commit is contained in:
@@ -253,6 +253,8 @@ namespace Kyoo.Postgresql
|
||||
{
|
||||
base.OnModelCreating(modelBuilder);
|
||||
|
||||
modelBuilder.Entity<Show>()
|
||||
.Ignore(x => x.FirstEpisode);
|
||||
modelBuilder.Entity<Episode>()
|
||||
.Ignore(x => x.PreviousEpisode)
|
||||
.Ignore(x => x.NextEpisode);
|
||||
|
||||
Reference in New Issue
Block a user