Index: build/DatabaseStructure.sql =================================================================== diff -u -rc020cda27aa3558aee28cce5cd2ec537ee6a9af4 -r22b6b1b34a6c769ffa7d16b7b8eef922bd7290f5 --- build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision c020cda27aa3558aee28cce5cd2ec537ee6a9af4) +++ build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 22b6b1b34a6c769ffa7d16b7b8eef922bd7290f5) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 12.0 */ -/* Created On : 21-Mar-2018 16:44:30 */ +/* Created On : 22-Mar-2018 11:36:08 */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -356,14 +356,14 @@ ( 'AssessmentSectionEntityId' INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, 'ProjectEntityId' INTEGER NOT NULL, - 'HydraulicLocationCalculationCollectionEntity1Id' INTEGER NOT NULL, - 'HydraulicLocationCalculationCollectionEntity2Id' INTEGER NOT NULL, - 'HydraulicLocationCalculationCollectionEntity3Id' INTEGER NOT NULL, - 'HydraulicLocationCalculationCollectionEntity4Id' INTEGER NOT NULL, - 'HydraulicLocationCalculationCollectionEntity5Id' INTEGER NOT NULL, - 'HydraulicLocationCalculationCollectionEntity6Id' INTEGER NOT NULL, - 'HydraulicLocationCalculationCollectionEntity7Id' INTEGER NOT NULL, - 'HydraulicLocationCalculationCollectionEntity8Id' INTEGER NOT NULL, + 'HydraulicLocationCalculationCollectionEntity1Id' INTEGER NOT NULL, -- Represents the design water level factorized signaling norm + 'HydraulicLocationCalculationCollectionEntity2Id' INTEGER NOT NULL, -- Represents the design water level signaling norm + 'HydraulicLocationCalculationCollectionEntity3Id' INTEGER NOT NULL, -- Represents the design water level lower limit norm + 'HydraulicLocationCalculationCollectionEntity4Id' INTEGER NOT NULL, -- Represents the design water level factorized lower limit norm + 'HydraulicLocationCalculationCollectionEntity5Id' INTEGER NOT NULL, -- Represents the wave height factorized signaling norm + 'HydraulicLocationCalculationCollectionEntity6Id' INTEGER NOT NULL, -- Represents the wave height signaling norm + 'HydraulicLocationCalculationCollectionEntity7Id' INTEGER NOT NULL, -- Represents the wave height lower limit norm + 'HydraulicLocationCalculationCollectionEntity8Id' INTEGER NOT NULL, -- Represents the wave height factorized lower limit norm 'Id' TEXT, 'Name' VARCHAR (260), 'Comments' TEXT,