Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs =================================================================== diff -u -raf81664b5c0cb1af94c61530adbb6cd24fd5229f -r1d86c8daf73d71b72c7a105b5f564ae7480a8d7f --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision af81664b5c0cb1af94c61530adbb6cd24fd5229f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 1d86c8daf73d71b72c7a105b5f564ae7480a8d7f) @@ -52,6 +52,7 @@ public string HydraulicDatabaseLocation { get; set; } public short Composition { get; set; } public string ReferenceLinePointXml { get; set; } + public int Order { get; set; } public virtual ProjectEntity ProjectEntity { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]