Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs =================================================================== diff -u -rb9a41aade97cb989edf90b0b15a2aebc614b7a59 -r690b6b84bb78aa14b76ef30f09c9a78a22195ad7 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision b9a41aade97cb989edf90b0b15a2aebc614b7a59) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 690b6b84bb78aa14b76ef30f09c9a78a22195ad7) @@ -40,6 +40,7 @@ { BackgroundDataEntities = new HashSet(); FailureMechanismEntities = new HashSet(); + HydraRingPreprocessorEntities = new HashSet(); HydraulicLocationEntities = new HashSet(); } @@ -66,6 +67,9 @@ public virtual ICollection FailureMechanismEntities { get; set; } [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] + public virtual ICollection HydraRingPreprocessorEntities { get; set; } + + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HydraulicLocationEntities { get; set; } } } \ No newline at end of file