This commit is contained in:
@@ -62,6 +62,7 @@ namespace Sockeye.Models
|
||||
public virtual DbSet<Purchase> Purchase { get; set; }
|
||||
public virtual DbSet<TrialLicenseRequest> TrialLicenseRequest { get; set; }
|
||||
public virtual DbSet<GZCase> GZCase { get; set; }
|
||||
public virtual DbSet<SubscriptionServer> SubscriptionServer { 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
|
||||
|
||||
Reference in New Issue
Block a user