mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
!wip
This commit is contained in:
parent
2c08908c8b
commit
703203ed5c
8 changed files with 1091 additions and 23 deletions
|
@ -455,6 +455,10 @@ namespace Ombi.Store.Migrations
|
|||
|
||||
b.Property<int>("ContentType");
|
||||
|
||||
b.Property<int?>("EpisodeNumber");
|
||||
|
||||
b.Property<int?>("SeasonNumber");
|
||||
|
||||
b.Property<int>("Type");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue