unclear what this was, saving this so I can wipe the local version of this project

This commit is contained in:
2025-06-12 16:46:52 -04:00
parent 312dbdd8a5
commit c329b81cfd
3 changed files with 27 additions and 1 deletions

View File

@ -6,6 +6,7 @@ namespace YTManager
{
public DbSet<Models.Channel> Channels { get; set; }
public DbSet<Models.Video> Videos { get; set; }
public DbSet<Models.UserTag> Tags { get; set; }
public MediaDB(DbContextOptions<MediaDB> options) : base(options){ }