mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Made a generic repository to use !minor
This commit is contained in:
parent
ba04a9d1b1
commit
894945f652
8 changed files with 99 additions and 149 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue