mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Added the test button and done a bunch of testing. Almost ready !wip
This commit is contained in:
parent
6005db374a
commit
11442e2ea7
13 changed files with 102 additions and 74 deletions
|
@ -439,6 +439,8 @@ namespace Ombi.Store.Migrations
|
|||
|
||||
b.Property<int>("ContentId");
|
||||
|
||||
b.Property<int>("ContentType");
|
||||
|
||||
b.Property<int>("Type");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue