Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -r47d274140fe9b5bc9f785219ca809c9d741f4b0d --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 47d274140fe9b5bc9f785219ca809c9d741f4b0d) @@ -48,7 +48,9 @@ public string Id { get; set; } public string Name { get; set; } public string Comments { get; set; } - public double Norm { get; set; } + public double LowerLimitNorm { get; set; } + public double SignalingNorm { get; set; } + public byte NormativeNorm { get; set; } public string HydraulicDatabaseVersion { get; set; } public string HydraulicDatabaseLocation { get; set; } public byte Composition { get; set; }