Index: build/DatabaseStructure.sql =================================================================== diff -u -r1b27f4e06335f3ef96a374edfd8c6397ea43d57a -r31a621e36dfd14666d4ec7bb492b5eb5ea8a9265 --- build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 1b27f4e06335f3ef96a374edfd8c6397ea43d57a) +++ build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 31a621e36dfd14666d4ec7bb492b5eb5ea8a9265) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 12.0 */ -/* Created On : 11-Sep-2017 10:01:42 AM */ +/* Created On : 11-Sep-2017 10:24:59 AM */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -1695,7 +1695,7 @@ 'StrengthIncreaseExponentMean' REAL, 'StrengthIncreaseExponentCoefficientOfVariation' REAL, 'PopMean' REAL, - 'PopDeviation' REAL, + 'PopCoefficientOfVariation' REAL, 'Order' INT (4) NOT NULL, CONSTRAINT 'FK_MacroStabilityInwardsSoilLayer1DEntity_MacroStabilityInwardsSoilProfile1DEntity' FOREIGN KEY ('MacroStabilityInwardsSoilProfile1DEntityId') REFERENCES 'MacroStabilityInwardsSoilProfile1DEntity' ('MacroStabilityInwardsSoilProfile1DEntityId') ON DELETE Cascade ON UPDATE Cascade ) @@ -1733,7 +1733,7 @@ 'StrengthIncreaseExponentMean' REAL, 'StrengthIncreaseExponentCoefficientOfVariation' REAL, 'PopMean' REAL, - 'PopDeviation' REAL, + 'PopCoefficientOfVariation' REAL, 'Order' INT (4) NOT NULL, CONSTRAINT 'FK_MacroStabilityInwardsSoilLayer2DEntity_MacroStabilityInwardsSoilProfile2DEntity' FOREIGN KEY ('MacroStabilityInwardsSoilProfile2DEntityId') REFERENCES 'MacroStabilityInwardsSoilProfile2DEntity' ('MacroStabilityInwardsSoilProfile2DEntityId') ON DELETE Cascade ON UPDATE Cascade )