Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs =================================================================== diff -u -rea14c73fc9ac706d48a5af7125bb570a5d07dd28 -r424e934ab7fcdef2661e3fee605423ee9fd1b489 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision ea14c73fc9ac706d48a5af7125bb570a5d07dd28) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 424e934ab7fcdef2661e3fee605423ee9fd1b489) @@ -45,6 +45,7 @@ public long AssessmentSectionEntityId { 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; }