Index: build/DatabaseStructure.sql =================================================================== diff -u -r280802fc6ecb02c236b48bbbc4ce3092b89a7d39 -r8e8f8c83c45656f65adaa8e47600379dc5ae8f61 --- build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 280802fc6ecb02c236b48bbbc4ce3092b89a7d39) +++ build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 8e8f8c83c45656f65adaa8e47600379dc5ae8f61) @@ -257,7 +257,7 @@ 'AllowedLevelIncreaseStorageMean' REAL, 'AllowedLevelIncreaseStorageStandardDeviation' REAL, 'WidthFlowAperturesMean' REAL, - 'WidthFlowAperturesCoefficientOfVariation' REAL, + 'WidthFlowAperturesStandardDeviation' REAL, 'InsideWaterLevelMean' REAL, 'InsideWaterLevelStandardDeviation' REAL, 'ThresholdHeightOpenWeirMean' REAL, @@ -1042,7 +1042,7 @@ 'CriticalOvertoppingDischargeMean' REAL, 'CriticalOvertoppingDischargeCoefficientOfVariation' REAL, 'WidthFlowAperturesMean' REAL, - 'WidthFlowAperturesCoefficientOfVariation' REAL, + 'WidthFlowAperturesStandardDeviation' REAL, 'FailureProbabilityStructureWithErosion' REAL, 'StorageStructureAreaMean' REAL, 'StorageStructureAreaCoefficientOfVariation' REAL, @@ -1074,7 +1074,7 @@ 'CriticalOvertoppingDischargeCoefficientOfVariation' REAL, 'FailureProbabilityStructureWithErosion' REAL NOT NULL, 'WidthFlowAperturesMean' REAL, - 'WidthFlowAperturesCoefficientOfVariation' REAL, + 'WidthFlowAperturesStandardDeviation' REAL, 'StormDurationMean' REAL, 'LevelCrestStructureMean' REAL, 'LevelCrestStructureStandardDeviation' REAL, @@ -1105,7 +1105,7 @@ 'AllowedLevelIncreaseStorageMean' REAL, 'AllowedLevelIncreaseStorageStandardDeviation' REAL, 'WidthFlowAperturesMean' REAL, - 'WidthFlowAperturesCoefficientOfVariation' REAL, + 'WidthFlowAperturesStandardDeviation' REAL, 'LevelCrestStructureNotClosingMean' REAL, 'LevelCrestStructureNotClosingStandardDeviation' REAL, 'InsideWaterLevelMean' REAL, @@ -1148,7 +1148,7 @@ 'AllowedLevelIncreaseStorageMean' REAL, 'AllowedLevelIncreaseStorageStandardDeviation' REAL, 'WidthFlowAperturesMean' REAL, - 'WidthFlowAperturesCoefficientOfVariation' REAL, + 'WidthFlowAperturesStandardDeviation' REAL, 'LevelCrestStructureNotClosingMean' REAL, 'LevelCrestStructureNotClosingStandardDeviation' REAL, 'InsideWaterLevelMean' REAL, @@ -1208,7 +1208,7 @@ 'AllowedLevelIncreaseStorageMean' REAL, 'AllowedLevelIncreaseStorageStandardDeviation' REAL, 'WidthFlowAperturesMean' REAL, - 'WidthFlowAperturesCoefficientOfVariation' REAL, + 'WidthFlowAperturesStandardDeviation' REAL, 'InsideWaterLevelMean' REAL, 'InsideWaterLevelStandardDeviation' REAL, 'ThresholdHeightOpenWeirMean' REAL,