This commit is contained in:
@@ -65,6 +65,10 @@ namespace Sockeye.Models
|
||||
public virtual DbSet<GZCase> GZCase { get; set; }
|
||||
public virtual DbSet<SubscriptionServer> SubscriptionServer { get; set; }
|
||||
|
||||
|
||||
public virtual DbSet<Subscription> Subscription { get; set; }
|
||||
public virtual DbSet<SubscriptionItem> SubscriptionItem { get; set; }
|
||||
|
||||
//Note: had to add this constructor to work with the code in startup.cs that gets the connection string from the appsettings.json file
|
||||
//and commented out the above on configuring
|
||||
public AyContext(DbContextOptions<AyContext> options) : base(options)
|
||||
|
||||
Reference in New Issue
Block a user