mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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
|
@ -29,5 +29,6 @@ namespace Ombi.Store.Context
|
|||
DbSet<ChildRequests> ChildRequests { get; set; }
|
||||
DbSet<MovieIssues> MovieIssues { get; set; }
|
||||
DbSet<TvIssues> TvIssues { get; set; }
|
||||
DbSet<Tokens> Tokens { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue