mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
!minor unit testing
This commit is contained in:
parent
d6630d9d06
commit
ba04a9d1b1
11 changed files with 230 additions and 103 deletions
|
@ -66,6 +66,8 @@ 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