Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs =================================================================== diff -u -r86d7adbc07a987a540f1f5142299895af13003a7 -r5604c90a34d62f567560c2264964faa20bce8e0d --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs (.../HeightStructureEntity.cs) (revision 86d7adbc07a987a540f1f5142299895af13003a7) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs (.../HeightStructureEntity.cs) (revision 5604c90a34d62f567560c2264964faa20bce8e0d) @@ -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; }