Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs =================================================================== diff -u -r36d4b4090a4169cc8d25ede0029a3244df8fe74d -r899d227631395ebeb5154719f7b92a42ddbc6f96 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs (.../FailureMechanismEntity.cs) (revision 36d4b4090a4169cc8d25ede0029a3244df8fe74d) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs (.../FailureMechanismEntity.cs) (revision 899d227631395ebeb5154719f7b92a42ddbc6f96) @@ -53,6 +53,7 @@ MacroStabilityInwardsFailureMechanismMetaEntities = new HashSet(); MacroStabilityOutwardsFailureMechanismMetaEntities = new HashSet(); PipingFailureMechanismMetaEntities = new HashSet(); + PipingStructureFailureMechanismMetaEntities = new HashSet(); StabilityPointStructureEntities = new HashSet(); StabilityPointStructuresFailureMechanismMetaEntities = new HashSet(); StabilityStoneCoverFailureMechanismMetaEntities = new HashSet(); @@ -119,6 +120,9 @@ public virtual ICollection PipingFailureMechanismMetaEntities { get; set; } [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] + public virtual ICollection PipingStructureFailureMechanismMetaEntities { get; set; } + + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityPointStructureEntities { get; set; } [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]