Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs =================================================================== diff -u -r11f0867b39150ae5fac83dc178a89fee46d27611 -r8aaa7b9a8a2826cf8da31d0fd136f2d559933afe --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs (.../FailureMechanismEntity.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs (.../FailureMechanismEntity.cs) (revision 8aaa7b9a8a2826cf8da31d0fd136f2d559933afe) @@ -40,6 +40,7 @@ { this.DikeProfileEntities = new HashSet(); this.FailureMechanismSectionEntities = new HashSet(); + this.ForeshoreProfileEntities = new HashSet(); this.GrassCoverErosionInwardsFailureMechanismMetaEntities = new HashSet(); this.GrassCoverErosionOutwardsFailureMechanismMetaEntities = new HashSet(); this.PipingFailureMechanismMetaEntities = new HashSet(); @@ -61,6 +62,8 @@ [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection FailureMechanismSectionEntities { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] + public virtual ICollection ForeshoreProfileEntities { get; set; } + [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsFailureMechanismMetaEntities { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionOutwardsFailureMechanismMetaEntities { get; set; }