Added Containers to Database

This commit is contained in:
2026-01-08 12:29:03 +01:00
parent 3a872980da
commit 5bae9328d9
5 changed files with 182 additions and 0 deletions

View File

@@ -19,4 +19,6 @@ public class WatcherDbContext : DbContext
public DbSet<Server> Servers { get; set; }
public DbSet<User> Users { get; set; }
public DbSet<Container> Containers { get; set; }
}