Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsCalculationEntity.cs =================================================================== diff -u -re3b819f8767dbab18a081ebd96f7140fcfff47f6 -r06e3624f72482462ebb7e4ee29d1a8173005e59d --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsCalculationEntity.cs (.../MacroStabilityInwardsCalculationEntity.cs) (revision e3b819f8767dbab18a081ebd96f7140fcfff47f6) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsCalculationEntity.cs (.../MacroStabilityInwardsCalculationEntity.cs) (revision 06e3624f72482462ebb7e4ee29d1a8173005e59d) @@ -75,7 +75,7 @@ public double? RightGridZTop { get; set; } public double? RightGridZBottom { get; set; } public int RightGridNrOfVerticalPoints { get; set; } - public byte DikeSoilScenarioType { get; set; } + public byte DikeSoilScenario { get; set; } public double? WaterLevelRiverAverage { get; set; } public byte DrainageConstructionPresent { get; set; } public double? DrainageConstructionCoordinateX { get; set; }