Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs =================================================================== diff -u -r4e65fa5d8abdf1c0a9238492cdbcd7d2b3fa2d0f -r6059a4af5c28390c79efa4e808e28cc93eeddac1 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 4e65fa5d8abdf1c0a9238492cdbcd7d2b3fa2d0f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 6059a4af5c28390c79efa4e808e28cc93eeddac1) @@ -46,6 +46,7 @@ public long AssessmentSectionEntityId { get; set; } public long ProjectEntityId { get; set; } 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; }