mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-19 17:48:03 +00:00
Add device entities to schema.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user