This commit is contained in:
Jamie 2018-04-21 21:27:42 +01:00
parent 2c08908c8b
commit 703203ed5c
8 changed files with 1091 additions and 23 deletions

View file

@ -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");