Push out missing migration

This commit is contained in:
tidusjar 2017-11-03 22:53:23 +00:00
parent 5890654590
commit 7dccd63ff0
3 changed files with 809 additions and 0 deletions

View file

@ -466,6 +466,8 @@ namespace Ombi.Store.Migrations
b.Property<bool>("Available");
b.Property<string>("Background");
b.Property<bool?>("Denied");
b.Property<string>("DeniedReason");