mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Fixed the migration number and order by the added date for the newsletter #1264
This commit is contained in:
parent
205f72a83d
commit
f051bebd3e
4 changed files with 11 additions and 8 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue