Some small refresh token work #865

This commit is contained in:
Jamie.Rees 2017-08-16 14:31:35 +01:00
parent 8b3c57431c
commit 24e424f004
11 changed files with 158 additions and 52 deletions

View file

@ -35,6 +35,7 @@ namespace Ombi.Store.Context
public DbSet<TvIssues> TvIssues { get; set; }
public DbSet<Audit> Audit { get; set; }
public DbSet<Tokens> Tokens { get; set; }
public DbSet<ApplicationConfiguration> ApplicationConfigurations { get; set; }