Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql =================================================================== diff -u -ree999e492a57d9bbb3777754651e9f4722611075 -r917741aa3a39593a737390d1116bfcfd3a6ea37f --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision ee999e492a57d9bbb3777754651e9f4722611075) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 917741aa3a39593a737390d1116bfcfd3a6ea37f) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 12.0 */ -/* Created On : 31-okt-2016 14:20:35 */ +/* Created On : 31-okt-2016 15:19:44 */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -204,7 +204,7 @@ 'Order' INT (4) NOT NULL, 'Name' VARCHAR (260), 'Comments' TEXT, - 'UseBreakWater' TINYINT (1), + 'UseBreakWater' TINYINT (1) NOT NULL, 'BreakWaterType' SMALLINT NOT NULL, 'BreakWaterHeight' REAL, 'UseForeshore' TINYINT (1) NOT NULL, @@ -259,6 +259,7 @@ 'ModelFactorSuperCriticalFlowMean' REAL, 'FactorStormDurationOpenStructure' REAL, 'DrainCoefficientMean' REAL, + 'FailureProbabilityStructureWithErosion' REAL NOT NULL, CONSTRAINT 'FK_StabilityPointStructuresCalculationEntity_CalculationGroupEntity' FOREIGN KEY ('CalculationGroupEntityId') REFERENCES 'CalculationGroupEntity' ('CalculationGroupEntityId') ON DELETE Cascade ON UPDATE Cascade, CONSTRAINT 'FK_StabilityPointStructuresCalculationEntity_ForeshoreProfileEntity' FOREIGN KEY ('ForeshoreProfileEntityId') REFERENCES 'ForeshoreProfileEntity' ('ForeshoreProfileEntityId') ON DELETE Set Null ON UPDATE Set Null, CONSTRAINT 'FK_StabilityPointStructuresCalculationEntity_HydraulicLocationEntity' FOREIGN KEY ('HydraulicLocationEntityId') REFERENCES 'HydraulicLocationEntity' ('HydraulicLocationEntityId') ON DELETE Set Null ON UPDATE Cascade, Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs =================================================================== diff -u -ree999e492a57d9bbb3777754651e9f4722611075 -r917741aa3a39593a737390d1116bfcfd3a6ea37f --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs (.../RingtoetsEntities.Designer.cs) (revision ee999e492a57d9bbb3777754651e9f4722611075) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs (.../RingtoetsEntities.Designer.cs) (revision 917741aa3a39593a737390d1116bfcfd3a6ea37f) @@ -1,4 +1,4 @@ -// T4 code generation is enabled for model 'D:\repos\WettelijkToetsInstrumentarium\Application\Ringtoets\src\Application.Ringtoets.Storage\DbContext\RingtoetsEntities.edmx'. +// T4 code generation is enabled for model 'D:\Clean_WTI2017\Application\Ringtoets\src\Application.Ringtoets.Storage\DbContext\RingtoetsEntities.edmx'. // To enable legacy code generation, change the value of the 'Code Generation Strategy' designer // property to 'Legacy ObjectContext'. This property is available in the Properties Window when the model // is open in the designer. Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx =================================================================== diff -u -ree999e492a57d9bbb3777754651e9f4722611075 -r917741aa3a39593a737390d1116bfcfd3a6ea37f --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx (.../RingtoetsEntities.edmx) (revision ee999e492a57d9bbb3777754651e9f4722611075) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx (.../RingtoetsEntities.edmx) (revision 917741aa3a39593a737390d1116bfcfd3a6ea37f) @@ -4,7 +4,7 @@ - + @@ -686,7 +686,7 @@ - + @@ -741,6 +741,7 @@ + @@ -3478,7 +3479,7 @@ - + @@ -3533,6 +3534,7 @@ + @@ -5432,6 +5434,7 @@ + Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram =================================================================== diff -u -ree999e492a57d9bbb3777754651e9f4722611075 -r917741aa3a39593a737390d1116bfcfd3a6ea37f --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram (.../RingtoetsEntities.edmx.diagram) (revision ee999e492a57d9bbb3777754651e9f4722611075) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram (.../RingtoetsEntities.edmx.diagram) (revision 917741aa3a39593a737390d1116bfcfd3a6ea37f) @@ -121,65 +121,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1069,6 +1070,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ======= Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/StabilityPointStructuresCalculationEntity.cs =================================================================== diff -u -rfcfc245c8179a835256ae3d5fd84f35f9b8ec8aa -r917741aa3a39593a737390d1116bfcfd3a6ea37f --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/StabilityPointStructuresCalculationEntity.cs (.../StabilityPointStructuresCalculationEntity.cs) (revision fcfc245c8179a835256ae3d5fd84f35f9b8ec8aa) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/StabilityPointStructuresCalculationEntity.cs (.../StabilityPointStructuresCalculationEntity.cs) (revision 917741aa3a39593a737390d1116bfcfd3a6ea37f) @@ -43,7 +43,7 @@ public int Order { get; set; } public string Name { get; set; } public string Comments { get; set; } - public Nullable UseBreakWater { get; set; } + public byte UseBreakWater { get; set; } public short BreakWaterType { get; set; } public Nullable BreakWaterHeight { get; set; } public byte UseForeshore { get; set; } @@ -98,6 +98,7 @@ public Nullable ModelFactorSuperCriticalFlowMean { get; set; } public Nullable FactorStormDurationOpenStructure { get; set; } public Nullable DrainCoefficientMean { get; set; } + public double FailureProbabilityStructureWithErosion { get; set; } public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; }