Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs =================================================================== diff -u -r79927347e137e7cf0f0889f8fd2b1a97e3a6f8e3 -r8e8f8c83c45656f65adaa8e47600379dc5ae8f61 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs (.../HeightStructureEntity.cs) (revision 79927347e137e7cf0f0889f8fd2b1a97e3a6f8e3) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs (.../HeightStructureEntity.cs) (revision 8e8f8c83c45656f65adaa8e47600379dc5ae8f61) @@ -57,7 +57,7 @@ public Nullable CriticalOvertoppingDischargeMean { get; set; } public Nullable CriticalOvertoppingDischargeCoefficientOfVariation { get; set; } public Nullable WidthFlowAperturesMean { get; set; } - public Nullable WidthFlowAperturesCoefficientOfVariation { get; set; } + public Nullable WidthFlowAperturesStandardDeviation { get; set; } public Nullable FailureProbabilityStructureWithErosion { get; set; } public Nullable StorageStructureAreaMean { get; set; } public Nullable StorageStructureAreaCoefficientOfVariation { get; set; }