This commit is contained in:
2019-01-09 20:30:47 +00:00
parent 44a22c29a7
commit 4cacf19b65
4 changed files with 33 additions and 9 deletions

View File

@@ -22,6 +22,7 @@ namespace AyaNova.Models
public virtual DbSet<LocaleItem> LocaleItem { get; set; }
public virtual DbSet<DataFilter> DataFilter { get; set; }
public virtual DbSet<Tag> Tag { get; set; }
public virtual DbSet<FormCustom> FormCustom { 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