Made a generic repository to use !minor

This commit is contained in:
Jamie.Rees 2017-10-17 15:03:00 +01:00
commit 894945f652
8 changed files with 99 additions and 149 deletions

View file

@ -66,8 +66,7 @@ namespace Ombi.Store.Context
.WithMany(b => b.Episodes)
.HasPrincipalKey(x => x.EmbyId)
.HasForeignKey(p => p.ParentId);
builder.Ignore<Logs>();
base.OnModelCreating(builder);
}