Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs =================================================================== diff -u -r424e934ab7fcdef2661e3fee605423ee9fd1b489 -r21d94a2cc5a3a916d02a441f80414455b80d85dc --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 424e934ab7fcdef2661e3fee605423ee9fd1b489) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 21d94a2cc5a3a916d02a441f80414455b80d85dc) @@ -44,8 +44,8 @@ } public long AssessmentSectionEntityId { get; set; } - public long ProjectEntityId { get; set; } public string Id { get; set; } + public long ProjectEntityId { get; set; } public string Name { get; set; } public string Comments { get; set; } public int Norm { get; set; }