mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add device entities to schema.
This commit is contained in:
parent
9cd5352358
commit
e6f1ffdc8d
@ -32,6 +32,10 @@ namespace Jellyfin.Server.Implementations
|
||||
|
||||
public virtual DbSet<ApiKey> ApiKeys { get; set; }
|
||||
|
||||
public virtual DbSet<Device> Devices { get; set; }
|
||||
|
||||
public virtual DbSet<DeviceOptions> DeviceOptions { get; set; }
|
||||
|
||||
public virtual DbSet<DisplayPreferences> DisplayPreferences { get; set; }
|
||||
|
||||
public virtual DbSet<ImageInfo> ImageInfos { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user