Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql =================================================================== diff -u -rd6db23d752cf0da76699f671690a80c0f3a5e250 -r9f192d2deed876584c9b69cfc2f600d906674fa2 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision d6db23d752cf0da76699f671690a80c0f3a5e250) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 9f192d2deed876584c9b69cfc2f600d906674fa2) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 12.0 */ -/* Created On : 25-Oct-2016 10:46:07 AM */ +/* Created On : 25-Oct-2016 11:06:52 AM */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -891,24 +891,26 @@ 'HydraulicLocationEntityId' INTEGER, 'HeightStructureEntityId' INTEGER, 'ForeshoreProfileEntityId' INTEGER, - 'HydraulicBoundaryLocationEntityId' INTEGER, 'Order' INT (4) NOT NULL, 'Name' VARCHAR (260), 'Comments' TEXT, 'ModelFactorSuperCriticalFlowMean' REAL, - 'VariationCoefficientLogNormalDistributionMean' REAL, 'StructureNormalOrientation' REAL, 'AllowedLevelIncreaseStorageMean' REAL, 'AllowedLevelIncreaseStorageStandardDeviation' REAL, 'StorageStructureAreaMean' REAL, 'StorageStructureAreaCoefficientOfVariation' REAL, 'FlowWidthAtBottomProtectionMean' REAL, - 'FlowWidthAtBottomProtectionCoefficientOfVariation' REAL, + 'FlowWidthAtBottomProtectionStandardDeviation' REAL, 'CriticalOvertoppingDischargeMean' REAL, 'CriticalOvertoppingDischargeCoefficientOfVariation' REAL, 'FailureProbabilityStructureWithErosion' REAL, 'WidthFlowAperturesMean' REAL, 'WidthFlowAperturesCoefficientOfVariation' REAL, + 'StormDurationMean' REAL, + 'LevelCrestStructureMean' REAL, + 'LevelCrestStructureStandardDeviation' REAL, + 'DeviationWaveDirection' REAL, 'UseBreakWater' TINYINT (1) NOT NULL, 'UseForeshore' TINYINT (1) NOT NULL, 'BreakWaterType' SMALLINT NOT NULL, -- Enum: 1 = Wall 2 = Caisson 3 = Dam