Newsletter almost finished. !wip

This commit is contained in:
Jamie 2018-03-22 09:18:33 +00:00
commit 9767380f83
23 changed files with 1811 additions and 31 deletions

View file

@ -41,5 +41,6 @@ namespace Ombi.Store.Context
DbSet<SickRageCache> SickRageCache { get; set; }
DbSet<SickRageEpisodeCache> SickRageEpisodeCache { get; set; }
DbSet<RequestLog> RequestLogs { get; set; }
DbSet<RecentlyAddedLog> RecentlyAddedLogs { get; set; }
}
}