Fixed the migration number and order by the added date for the newsletter #1264

This commit is contained in:
tidusjar 2017-04-06 21:13:09 +01:00
commit f051bebd3e
4 changed files with 11 additions and 8 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; }