Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs =================================================================== diff -u -r741fcc00e47a7ff8fa01bbf15edbaedf8dec2e57 -r2651fdf110e56d0f48e416fcffc1b4922cff00a5 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 741fcc00e47a7ff8fa01bbf15edbaedf8dec2e57) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 2651fdf110e56d0f48e416fcffc1b4922cff00a5) @@ -43,8 +43,8 @@ } public long AssessmentSectionEntityId { get; set; } - public string Id { get; set; } public long ProjectEntityId { get; set; } + public string Id { get; set; } public string Name { get; set; } public string Comments { get; set; } public int Norm { get; set; }