Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresCalculationEntity.cs =================================================================== diff -u -r3b154768800db81f1cf35b68248bcc53f417c90a -r9f192d2deed876584c9b69cfc2f600d906674fa2 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresCalculationEntity.cs (.../HeightStructuresCalculationEntity.cs) (revision 3b154768800db81f1cf35b68248bcc53f417c90a) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresCalculationEntity.cs (.../HeightStructuresCalculationEntity.cs) (revision 9f192d2deed876584c9b69cfc2f600d906674fa2) @@ -40,24 +40,26 @@ public Nullable HydraulicLocationEntityId { get; set; } public Nullable HeightStructureEntityId { get; set; } public Nullable ForeshoreProfileEntityId { get; set; } - public Nullable HydraulicBoundaryLocationEntityId { get; set; } public int Order { get; set; } public string Name { get; set; } public string Comments { get; set; } public Nullable ModelFactorSuperCriticalFlowMean { get; set; } - public Nullable VariationCoefficientLogNormalDistributionMean { get; set; } public Nullable StructureNormalOrientation { get; set; } public Nullable AllowedLevelIncreaseStorageMean { get; set; } public Nullable AllowedLevelIncreaseStorageStandardDeviation { get; set; } public Nullable StorageStructureAreaMean { get; set; } public Nullable StorageStructureAreaCoefficientOfVariation { get; set; } public Nullable FlowWidthAtBottomProtectionMean { get; set; } - public Nullable FlowWidthAtBottomProtectionCoefficientOfVariation { get; set; } + public Nullable FlowWidthAtBottomProtectionStandardDeviation { get; set; } public Nullable CriticalOvertoppingDischargeMean { get; set; } public Nullable CriticalOvertoppingDischargeCoefficientOfVariation { get; set; } public Nullable FailureProbabilityStructureWithErosion { get; set; } public Nullable WidthFlowAperturesMean { get; set; } public Nullable WidthFlowAperturesCoefficientOfVariation { get; set; } + public Nullable StormDurationMean { get; set; } + public Nullable LevelCrestStructureMean { get; set; } + public Nullable LevelCrestStructureStandardDeviation { get; set; } + public Nullable DeviationWaveDirection { get; set; } public byte UseBreakWater { get; set; } public byte UseForeshore { get; set; } public short BreakWaterType { get; set; }