Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ReferenceLinePointEntity.cs =================================================================== diff -u -r4670af35a2cb3c8b78d68a25804c3b620da19ddb -rd7c94e90643cacf26292824cdbef90b0cddc53ff --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ReferenceLinePointEntity.cs (.../ReferenceLinePointEntity.cs) (revision 4670af35a2cb3c8b78d68a25804c3b620da19ddb) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ReferenceLinePointEntity.cs (.../ReferenceLinePointEntity.cs) (revision d7c94e90643cacf26292824cdbef90b0cddc53ff) @@ -35,6 +35,7 @@ public partial class ReferenceLinePointEntity { + public long ReferenceLinePointEntityId { get; set; } public long DikeAssessmentSectionEntityId { get; set; } public decimal X { get; set; } public decimal Y { get; set; }