mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Some small refresh token work #865
This commit is contained in:
parent
8b3c57431c
commit
24e424f004
11 changed files with 158 additions and 52 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue