Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs =================================================================== diff -u -rb9a41aade97cb989edf90b0b15a2aebc614b7a59 -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e --- 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 f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e) @@ -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