This commit is contained in:
@@ -6,10 +6,10 @@ namespace rockfishCore.Models
|
||||
public partial class Site
|
||||
{
|
||||
public Site()
|
||||
{
|
||||
// Incident = new HashSet<Incident>();
|
||||
{
|
||||
Purchase = new HashSet<Purchase>();
|
||||
//TrialNavigation = new HashSet<Trial>();
|
||||
LegacyV7=true;
|
||||
DbId="v7_no_dbid";
|
||||
}
|
||||
|
||||
public long Id { get; set; }
|
||||
@@ -31,6 +31,10 @@ namespace rockfishCore.Models
|
||||
public string ServerBits { get; set; }
|
||||
public string Notes { get; set; }
|
||||
|
||||
//raven new
|
||||
public bool LegacyV7 { get; set; }
|
||||
public string DbId { get; set; }
|
||||
|
||||
// public virtual ICollection<Incident> Incident { get; set; }
|
||||
public virtual ICollection<Purchase> Purchase { get; set; }
|
||||
// public virtual ICollection<Trial> TrialNavigation { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user