mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add Archive model and migration for storing archive statistics
This commit is contained in:
@@ -48,6 +48,7 @@ public sealed class DbContext : IdentityDbContext<IdentityUser>
|
||||
|
||||
public DbContext(DbContextOptions<DbContext> options) : base(options) {}
|
||||
|
||||
public DbSet<Archive> Archives { get; set; }
|
||||
public DbSet<Device> Devices { get; set; }
|
||||
public DbSet<UploadedReport> Reports { get; set; }
|
||||
public DbSet<Command> Commands { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user