Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismSectionPointEntity.cs =================================================================== diff -u -rb809769cd89b011d6746bf0b9b99eff1abd49f60 -rb2e7713ec43e71c2ad818b0f5d6405b6eab49e63 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismSectionPointEntity.cs (.../FailureMechanismSectionPointEntity.cs) (revision b809769cd89b011d6746bf0b9b99eff1abd49f60) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismSectionPointEntity.cs (.../FailureMechanismSectionPointEntity.cs) (revision b2e7713ec43e71c2ad818b0f5d6405b6eab49e63) @@ -39,7 +39,7 @@ public long FailureMechanismSectionEntityId { get; set; } public decimal X { get; set; } public decimal Y { get; set; } - public long Order { get; set; } + public int Order { get; set; } public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } }