unclear what this was, saving this so I can wipe the local version of this project
This commit is contained in:
@ -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){ }
|
||||
|
||||
|
Reference in New Issue
Block a user