Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ReferenceLinePointEntity.cs =================================================================== diff -u -r8b5a6f938fe2b04cd78623649df37580e145055f -ra294987551b0b2d8a27b6e1bc6235b0e2351b6f4 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ReferenceLinePointEntity.cs (.../ReferenceLinePointEntity.cs) (revision 8b5a6f938fe2b04cd78623649df37580e145055f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ReferenceLinePointEntity.cs (.../ReferenceLinePointEntity.cs) (revision a294987551b0b2d8a27b6e1bc6235b0e2351b6f4) @@ -37,8 +37,8 @@ { public long ReferenceLinePointEntityId { get; set; } public long AssessmentSectionEntityId { get; set; } - public decimal X { get; set; } - public decimal Y { get; set; } + public Nullable X { get; set; } + public Nullable Y { get; set; } public int Order { get; set; } public virtual AssessmentSectionEntity AssessmentSectionEntity { get; set; }