Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityOutwardsSectionResultEntity.cs =================================================================== diff -u -r36d4b4090a4169cc8d25ede0029a3244df8fe74d -rf49fef750f4d3cd7091fcd44442f91e978b341b3 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityOutwardsSectionResultEntity.cs (.../MacroStabilityOutwardsSectionResultEntity.cs) (revision 36d4b4090a4169cc8d25ede0029a3244df8fe74d) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityOutwardsSectionResultEntity.cs (.../MacroStabilityOutwardsSectionResultEntity.cs) (revision f49fef750f4d3cd7091fcd44442f91e978b341b3) @@ -34,9 +34,13 @@ { public long MacroStabilityOutwardsSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } - public byte LayerOne { get; set; } - public double? LayerTwoA { get; set; } - public double? LayerThree { get; set; } + public byte SimpleAssessmentResult { get; set; } + public byte DetailedAssessmentResult { get; set; } + public double? DetailedAssessmentProbability { get; set; } + public byte TailorMadeAssessmentResult { get; set; } + public double? TailorMadeAssessmentProbability { get; set; } + public byte UseManualAssemblyCategoryGroup { get; set; } + public byte ManualAssemblyCategoryGroup { get; set; } public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } }