Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs =================================================================== diff -u -r6059a4af5c28390c79efa4e808e28cc93eeddac1 -rea14c73fc9ac706d48a5af7125bb570a5d07dd28 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 6059a4af5c28390c79efa4e808e28cc93eeddac1) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision ea14c73fc9ac706d48a5af7125bb570a5d07dd28) @@ -48,7 +48,6 @@ public string Name { get; set; } public string Comments { get; set; } public int Norm { get; set; } - public int Order { get; set; } public string HydraulicDatabaseVersion { get; set; } public string HydraulicDatabaseLocation { get; set; } public short Composition { get; set; }