Updated DataContext
Added DbSet for ChangeLog table.
This commit is contained in:
parent
e2d0c327eb
commit
72dca6c1fe
1 changed files with 1 additions and 0 deletions
|
|
@ -26,4 +26,5 @@ public class DataContext : DbContext
|
||||||
public DbSet<Setting> Settings { get; set; }
|
public DbSet<Setting> Settings { get; set; }
|
||||||
public DbSet<Subscription> Subscriptions { get; set; }
|
public DbSet<Subscription> Subscriptions { get; set; }
|
||||||
public DbSet<Video> Videos { get; set; }
|
public DbSet<Video> Videos { get; set; }
|
||||||
|
public DbSet<ChangeLog> ChangeLogs { get; set; }
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue