mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
stuff #865 need to work on the claims correctly
This commit is contained in:
parent
224b942190
commit
b4789363e8
14 changed files with 169 additions and 87 deletions
|
@ -16,6 +16,7 @@ namespace Ombi.Store.Context
|
|||
DbSet<PlexContent> PlexContent { get; set; }
|
||||
DbSet<User> Users { get; set; }
|
||||
EntityEntry<GlobalSettings> Entry(GlobalSettings settings);
|
||||
EntityEntry<User> Entry(User settings);
|
||||
EntityEntry<TEntity> Attach<TEntity>(TEntity entity) where TEntity : class;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue