This commit is contained in:
tidusjar 2017-04-06 21:49:44 +01:00
commit 1e4f0d9e1b
15 changed files with 92 additions and 133 deletions

View file

@ -53,7 +53,7 @@ namespace Ombi.Core.Migration.Migrations
EmbyEpisodes = embyEp;
}
public int Version => 22000;
public int Version => 22100;
private IRepository<RecentlyAddedLog> Log { get; }
private IRepository<PlexContent> PlexContent { get; }
private IRepository<PlexEpisodes> PlexEpisodes { get; }