Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs =================================================================== diff -u -r3a3d79a9d7d62bd6f77ffc7f839acbb79d6f7514 -r59bd985f9ad1586a223ae285f8a40b0a49b4740d --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs) (revision 3a3d79a9d7d62bd6f77ffc7f839acbb79d6f7514) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs) (revision 59bd985f9ad1586a223ae285f8a40b0a49b4740d) @@ -58,7 +58,7 @@ public double? LowerBoundaryRevetment { get; set; } public double? UpperBoundaryWaterLevels { get; set; } public double? LowerBoundaryWaterLevels { get; set; } - public byte StepSize { get; set; } + public double StepSize { get; set; } public byte CalculationType { get; set; } public byte WaterLevelType { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx =================================================================== diff -u -r347b0597b99e30ef9f66a2a7ecc02593f70fb5a8 -r59bd985f9ad1586a223ae285f8a40b0a49b4740d --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision 347b0597b99e30ef9f66a2a7ecc02593f70fb5a8) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision 59bd985f9ad1586a223ae285f8a40b0a49b4740d) @@ -479,7 +479,7 @@ - + @@ -1344,7 +1344,7 @@ - + @@ -1494,7 +1494,7 @@ - + @@ -5151,7 +5151,7 @@ - + @@ -6100,7 +6100,7 @@ - + @@ -6279,7 +6279,7 @@ - + Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram =================================================================== diff -u -r347b0597b99e30ef9f66a2a7ecc02593f70fb5a8 -r59bd985f9ad1586a223ae285f8a40b0a49b4740d --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision 347b0597b99e30ef9f66a2a7ecc02593f70fb5a8) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision 59bd985f9ad1586a223ae285f8a40b0a49b4740d) @@ -5,95 +5,95 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - + + + + Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityStoneCoverWaveConditionsCalculationEntity.cs =================================================================== diff -u -r3a3d79a9d7d62bd6f77ffc7f839acbb79d6f7514 -r59bd985f9ad1586a223ae285f8a40b0a49b4740d --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityStoneCoverWaveConditionsCalculationEntity.cs (.../StabilityStoneCoverWaveConditionsCalculationEntity.cs) (revision 3a3d79a9d7d62bd6f77ffc7f839acbb79d6f7514) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityStoneCoverWaveConditionsCalculationEntity.cs (.../StabilityStoneCoverWaveConditionsCalculationEntity.cs) (revision 59bd985f9ad1586a223ae285f8a40b0a49b4740d) @@ -58,7 +58,7 @@ public double? LowerBoundaryRevetment { get; set; } public double? UpperBoundaryWaterLevels { get; set; } public double? LowerBoundaryWaterLevels { get; set; } - public byte StepSize { get; set; } + public double StepSize { get; set; } public byte CalculationType { get; set; } public byte WaterLevelType { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs =================================================================== diff -u -r3a3d79a9d7d62bd6f77ffc7f839acbb79d6f7514 -r59bd985f9ad1586a223ae285f8a40b0a49b4740d --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs) (revision 3a3d79a9d7d62bd6f77ffc7f839acbb79d6f7514) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs) (revision 59bd985f9ad1586a223ae285f8a40b0a49b4740d) @@ -58,7 +58,7 @@ public double? LowerBoundaryRevetment { get; set; } public double? UpperBoundaryWaterLevels { get; set; } public double? LowerBoundaryWaterLevels { get; set; } - public byte StepSize { get; set; } + public double StepSize { get; set; } public byte WaterLevelType { get; set; } public virtual CalculationGroupEntity CalculationGroupEntity { get; set; }