Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsCalculationEntity.cs =================================================================== diff -u -r06e3624f72482462ebb7e4ee29d1a8173005e59d -r73bd43678d003eca592c2ce14a2500a983d9b4c9 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsCalculationEntity.cs (.../MacroStabilityInwardsCalculationEntity.cs) (revision 06e3624f72482462ebb7e4ee29d1a8173005e59d) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsCalculationEntity.cs (.../MacroStabilityInwardsCalculationEntity.cs) (revision 73bd43678d003eca592c2ce14a2500a983d9b4c9) @@ -103,6 +103,9 @@ public double? LocationInputDailyPhreaticLineOffsetBelowShoulderBaseInside { get; set; } public double? LocationInputDailyPhreaticLineOffsetDikeToeAtPolder { get; set; } public byte CreateZones { get; set; } + public byte ZoningBoundariesDeterminationType { get; set; } + public double? ZoneBoundaryLeft { get; set; } + public double? ZoneBoundaryRight { get; set; } public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; }