Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresSectionResultEntity.cs =================================================================== diff -u -r5f692ba886dae614fc0cad92e92f7a0184b13cfe -rc9a628f751d6a0afaaa41f30124d642222261b86 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresSectionResultEntity.cs (.../ClosingStructuresSectionResultEntity.cs) (revision 5f692ba886dae614fc0cad92e92f7a0184b13cfe) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresSectionResultEntity.cs (.../ClosingStructuresSectionResultEntity.cs) (revision c9a628f751d6a0afaaa41f30124d642222261b86) @@ -35,7 +35,7 @@ public long ClosingStructuresSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } public byte IsRelevant { get; set; } - public byte InitialFailureMechanismResultType { get; set; } + public byte InitialAdoptableFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsSectionResultEntity.cs =================================================================== diff -u -rda1df87d94dcc61aa26d5f033c6bf579c2249cdd -rc9a628f751d6a0afaaa41f30124d642222261b86 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsSectionResultEntity.cs (.../GrassCoverErosionInwardsSectionResultEntity.cs) (revision da1df87d94dcc61aa26d5f033c6bf579c2249cdd) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsSectionResultEntity.cs (.../GrassCoverErosionInwardsSectionResultEntity.cs) (revision c9a628f751d6a0afaaa41f30124d642222261b86) @@ -34,12 +34,14 @@ { public long GrassCoverErosionInwardsSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } - public byte SimpleAssessmentResult { get; set; } - public byte DetailedAssessmentResult { get; set; } - public byte TailorMadeAssessmentResult { get; set; } - public double? TailorMadeAssessmentProbability { get; set; } - public byte UseManualAssembly { get; set; } - public double? ManualAssemblyProbability { get; set; } + public byte IsRelevant { get; set; } + public byte InitialAdoptableFailureMechanismResultType { get; set; } + public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } + public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } + public byte FurtherAnalysisNeeded { get; set; } + public byte ProbabilityRefinementType { get; set; } + public double? RefinedProfileProbability { get; set; } + public double? RefinedSectionProbability { get; set; } public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresSectionResultEntity.cs =================================================================== diff -u -r5f692ba886dae614fc0cad92e92f7a0184b13cfe -rc9a628f751d6a0afaaa41f30124d642222261b86 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresSectionResultEntity.cs (.../HeightStructuresSectionResultEntity.cs) (revision 5f692ba886dae614fc0cad92e92f7a0184b13cfe) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresSectionResultEntity.cs (.../HeightStructuresSectionResultEntity.cs) (revision c9a628f751d6a0afaaa41f30124d642222261b86) @@ -35,7 +35,7 @@ public long HeightStructuresSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } public byte IsRelevant { get; set; } - public byte InitialFailureMechanismResultType { get; set; } + public byte InitialAdoptableFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSectionResultEntity.cs =================================================================== diff -u -re1b10cab7d584694c537a496ca1c05d317927836 -rc9a628f751d6a0afaaa41f30124d642222261b86 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSectionResultEntity.cs (.../MacroStabilityInwardsSectionResultEntity.cs) (revision e1b10cab7d584694c537a496ca1c05d317927836) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSectionResultEntity.cs (.../MacroStabilityInwardsSectionResultEntity.cs) (revision c9a628f751d6a0afaaa41f30124d642222261b86) @@ -35,7 +35,7 @@ public long MacroStabilityInwardsSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } public byte IsRelevant { get; set; } - public byte InitialFailureMechanismResultType { get; set; } + public byte InitialAdoptableFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } public byte FurtherAnalysisNeeded { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingSectionResultEntity.cs =================================================================== diff -u -r1188c24b12877f9159046050fbd29a777e67eaeb -rc9a628f751d6a0afaaa41f30124d642222261b86 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingSectionResultEntity.cs (.../PipingSectionResultEntity.cs) (revision 1188c24b12877f9159046050fbd29a777e67eaeb) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingSectionResultEntity.cs (.../PipingSectionResultEntity.cs) (revision c9a628f751d6a0afaaa41f30124d642222261b86) @@ -35,7 +35,7 @@ public long PipingSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } public byte IsRelevant { get; set; } - public byte InitialFailureMechanismResultType { get; set; } + public byte InitialAdoptableFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } public byte FurtherAnalysisNeeded { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx =================================================================== diff -u -r775f78f15dc14f7e2a330f22b533c255a2c0ed4d -rc9a628f751d6a0afaaa41f30124d642222261b86 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision 775f78f15dc14f7e2a330f22b533c255a2c0ed4d) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision c9a628f751d6a0afaaa41f30124d642222261b86) @@ -4,7 +4,7 @@ - + @@ -165,7 +165,7 @@ - + @@ -455,12 +455,14 @@ - - - - - - + + + + + + + + @@ -663,7 +665,7 @@ - + @@ -916,7 +918,7 @@ - + @@ -1100,7 +1102,7 @@ - + @@ -5324,7 +5326,7 @@ - + @@ -5678,12 +5680,14 @@ - - - - - - + + + + + + + + @@ -5909,7 +5913,7 @@ - + @@ -6184,7 +6188,7 @@ - + @@ -6381,7 +6385,7 @@ - + @@ -8999,7 +9003,7 @@ - + @@ -9266,12 +9270,14 @@ - - - - - - + + + + + + + + @@ -9489,7 +9495,7 @@ - + @@ -9742,7 +9748,7 @@ - + @@ -9931,7 +9937,7 @@ - + Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram =================================================================== diff -u -r775f78f15dc14f7e2a330f22b533c255a2c0ed4d -rc9a628f751d6a0afaaa41f30124d642222261b86 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision 775f78f15dc14f7e2a330f22b533c255a2c0ed4d) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision c9a628f751d6a0afaaa41f30124d642222261b86) @@ -52,111 +52,111 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + Index: Riskeer/Storage/src/Riskeer.Storage.Core/Riskeer.risk =================================================================== diff -u -rb3cd0fe2f36407fb5c624b2d21b2213c530ae659 -rc9a628f751d6a0afaaa41f30124d642222261b86 Binary files differ