Added the test button and done a bunch of testing. Almost ready !wip

This commit is contained in:
tidusjar 2018-03-22 21:30:11 +00:00
commit 11442e2ea7
13 changed files with 102 additions and 74 deletions

View file

@ -439,6 +439,8 @@ namespace Ombi.Store.Migrations
b.Property<int>("ContentId");
b.Property<int>("ContentType");
b.Property<int>("Type");
b.HasKey("Id");