mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add Archive model and update context for archive statistics
This commit is contained in:
@@ -46,6 +46,9 @@ public sealed class AaruContext : DbContext
|
||||
/// <param name="options">Options</param>
|
||||
public AaruContext(DbContextOptions options) : base(options) {}
|
||||
|
||||
/// <summary>Statistics for archives</summary>
|
||||
public DbSet<Archive> Archives { get; set; }
|
||||
|
||||
/// <summary>List of known devices</summary>
|
||||
public DbSet<Device> Devices { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user