Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationEntity.cs =================================================================== diff -u -r61ced0f990b10b560e2d5700b5851cdb188585db -r37aadd6a7b1a13ef1c8809b3479df0911c6632bb --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationEntity.cs (.../HydraulicLocationEntity.cs) (revision 61ced0f990b10b560e2d5700b5851cdb188585db) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationEntity.cs (.../HydraulicLocationEntity.cs) (revision 37aadd6a7b1a13ef1c8809b3479df0911c6632bb) @@ -50,6 +50,7 @@ public Nullable LocationY { get; set; } public Nullable DesignWaterLevel { get; set; } public Nullable WaveHeight { get; set; } + public int Order { get; set; } public virtual AssessmentSectionEntity AssessmentSectionEntity { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]