Index: Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/ClosingStructuresCalculationEntity.cs =================================================================== diff -u -r17b61f72a41eb30047843b20621e45b3e90d2962 -r6865d5473ea1f4c8309c9c17ab435a1f8719b957 --- Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision 17b61f72a41eb30047843b20621e45b3e90d2962) +++ Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision 6865d5473ea1f4c8309c9c17ab435a1f8719b957) @@ -66,6 +66,7 @@ public byte InflowModelType { get; set; } public double? DeviationWaveDirection { get; set; } public double? DrainCoefficientMean { get; set; } + public double? ModelFactorSuperCriticalFlowMean { get; set; } public double? FactorStormDurationOpenStructure { get; set; } public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } @@ -93,7 +94,6 @@ public double? FlowWidthAtBottomProtectionMean { get; set; } public double? FlowWidthAtBottomProtectionStandardDeviation { get; set; } public double FailureProbabilityStructureWithErosion { get; set; } - public double? ModelFactorSuperCriticalFlowMean { get; set; } public double? StormDurationMean { get; set; } public byte ShouldIllustrationPointsBeCalculated { get; set; } public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } Index: Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/HeightStructuresCalculationEntity.cs =================================================================== diff -u -r92a7d5fbc462aa16be6eba11ba9e7b54fcd38622 -r6865d5473ea1f4c8309c9c17ab435a1f8719b957 --- Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/HeightStructuresCalculationEntity.cs (.../HeightStructuresCalculationEntity.cs) (revision 92a7d5fbc462aa16be6eba11ba9e7b54fcd38622) +++ Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/HeightStructuresCalculationEntity.cs (.../HeightStructuresCalculationEntity.cs) (revision 6865d5473ea1f4c8309c9c17ab435a1f8719b957) @@ -50,6 +50,7 @@ public int Order { get; set; } public string Name { get; set; } public string Comments { get; set; } + public double? ModelFactorSuperCriticalFlowMean { get; set; } public double? LevelCrestStructureMean { get; set; } public double? LevelCrestStructureStandardDeviation { get; set; } public double? DeviationWaveDirection { get; set; } @@ -63,7 +64,6 @@ [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HeightStructuresSectionResultEntities { get; set; } - public double? ModelFactorSuperCriticalFlowMean { get; set; } public double? StructureNormalOrientation { get; set; } public double? AllowedLevelIncreaseStorageMean { get; set; } public double? AllowedLevelIncreaseStorageStandardDeviation { get; set; } Index: Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/RingtoetsEntities.edmx =================================================================== diff -u -r17b61f72a41eb30047843b20621e45b3e90d2962 -r6865d5473ea1f4c8309c9c17ab435a1f8719b957 --- Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/RingtoetsEntities.edmx (.../RingtoetsEntities.edmx) (revision 17b61f72a41eb30047843b20621e45b3e90d2962) +++ Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/RingtoetsEntities.edmx (.../RingtoetsEntities.edmx) (revision 6865d5473ea1f4c8309c9c17ab435a1f8719b957) @@ -1246,7 +1246,6 @@ - @@ -6225,7 +6224,6 @@ - @@ -9521,7 +9519,6 @@ - Index: Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/RingtoetsEntities.edmx.diagram =================================================================== diff -u -r17b61f72a41eb30047843b20621e45b3e90d2962 -r6865d5473ea1f4c8309c9c17ab435a1f8719b957 --- Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/RingtoetsEntities.edmx.diagram (.../RingtoetsEntities.edmx.diagram) (revision 17b61f72a41eb30047843b20621e45b3e90d2962) +++ Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/RingtoetsEntities.edmx.diagram (.../RingtoetsEntities.edmx.diagram) (revision 6865d5473ea1f4c8309c9c17ab435a1f8719b957) @@ -52,99 +52,99 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - - - - + + + + + Index: Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/StabilityPointStructuresCalculationEntity.cs =================================================================== diff -u -r92a7d5fbc462aa16be6eba11ba9e7b54fcd38622 -r6865d5473ea1f4c8309c9c17ab435a1f8719b957 --- Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/StabilityPointStructuresCalculationEntity.cs (.../StabilityPointStructuresCalculationEntity.cs) (revision 92a7d5fbc462aa16be6eba11ba9e7b54fcd38622) +++ Ringtoets/Storage/src/Ringtoets.Storage.Core/DbContext/StabilityPointStructuresCalculationEntity.cs (.../StabilityPointStructuresCalculationEntity.cs) (revision 6865d5473ea1f4c8309c9c17ab435a1f8719b957) @@ -113,7 +113,6 @@ public double? FlowWidthAtBottomProtectionMean { get; set; } public double? FlowWidthAtBottomProtectionStandardDeviation { get; set; } public double? StormDurationMean { get; set; } - public double? ModelFactorSuperCriticalFlowMean { get; set; } public double FailureProbabilityStructureWithErosion { get; set; } public byte ShouldIllustrationPointsBeCalculated { get; set; } public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; }