Index: Riskeer/Migration/src/Riskeer.Migration.Core/EmbeddedResources/DatabaseStructure20.1.sql =================================================================== diff -u -r18e2655abd10faec1352e5569d52305d6a7b8cbf -r65e94976aa3bc5fd8172776fc62a9cf90365c03b --- Riskeer/Migration/src/Riskeer.Migration.Core/EmbeddedResources/DatabaseStructure20.1.sql (.../DatabaseStructure20.1.sql) (revision 18e2655abd10faec1352e5569d52305d6a7b8cbf) +++ Riskeer/Migration/src/Riskeer.Migration.Core/EmbeddedResources/DatabaseStructure20.1.sql (.../DatabaseStructure20.1.sql) (revision 65e94976aa3bc5fd8172776fc62a9cf90365c03b) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 14.1 */ -/* Created On : 25-mrt-2020 07:43:12 */ +/* Created On : 14-mei-2020 16:18:15 */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -1344,7 +1344,6 @@ 'MacroStabilityInwardsCalculationOutputEntityId' INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, 'MacroStabilityInwardsCalculationEntityId' INTEGER NOT NULL, 'FactorOfStability' REAL NULL, - 'ZValue' REAL NULL, 'ForbiddenZonesXEntryMin' REAL NULL, 'ForbiddenZonesXEntryMax' REAL NULL, 'SlidingCurveLeftSlidingCircleCenterX' REAL NULL, Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsCalculationOutputEntity.cs =================================================================== diff -u -r95bbe12fc806f0d87b31ba178135094d3150ff8a -r65e94976aa3bc5fd8172776fc62a9cf90365c03b --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsCalculationOutputEntity.cs (.../MacroStabilityInwardsCalculationOutputEntity.cs) (revision 95bbe12fc806f0d87b31ba178135094d3150ff8a) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsCalculationOutputEntity.cs (.../MacroStabilityInwardsCalculationOutputEntity.cs) (revision 65e94976aa3bc5fd8172776fc62a9cf90365c03b) @@ -35,7 +35,6 @@ public long MacroStabilityInwardsCalculationOutputEntityId { get; set; } public long MacroStabilityInwardsCalculationEntityId { get; set; } public double? FactorOfStability { get; set; } - public double? ZValue { get; set; } public double? ForbiddenZonesXEntryMin { get; set; } public double? ForbiddenZonesXEntryMax { get; set; } public double? SlidingCurveLeftSlidingCircleCenterX { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Context.cs =================================================================== diff -u -r18e2655abd10faec1352e5569d52305d6a7b8cbf -r65e94976aa3bc5fd8172776fc62a9cf90365c03b --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Context.cs (.../RiskeerEntities.Context.cs) (revision 18e2655abd10faec1352e5569d52305d6a7b8cbf) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Context.cs (.../RiskeerEntities.Context.cs) (revision 65e94976aa3bc5fd8172776fc62a9cf90365c03b) @@ -129,7 +129,7 @@ public virtual DbSet WaveImpactAsphaltCoverSectionResultEntities { get; set; } public virtual DbSet WaveImpactAsphaltCoverWaveConditionsCalculationEntities { get; set; } public virtual DbSet WaveImpactAsphaltCoverWaveConditionsOutputEntities { get; set; } - + /// /// This method is called in a 'code first' approach when the model for a derived has been initialized, /// but before the model has been locked down and used to initialize the . Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Designer.cs =================================================================== diff -u -r18e2655abd10faec1352e5569d52305d6a7b8cbf -r65e94976aa3bc5fd8172776fc62a9cf90365c03b --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Designer.cs (.../RiskeerEntities.Designer.cs) (revision 18e2655abd10faec1352e5569d52305d6a7b8cbf) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Designer.cs (.../RiskeerEntities.Designer.cs) (revision 65e94976aa3bc5fd8172776fc62a9cf90365c03b) @@ -1,4 +1,4 @@ -// T4 code generation is enabled for model 'D:\checkouts\Riskeer\Riskeer\Storage\src\Riskeer.Storage.Core\DbContext\RiskeerEntities.edmx'. +// T4 code generation is enabled for model 'D:\checkouts\StorageEntityGenerator\StorageEntityGenerator\DbContext\RiskeerEntities.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: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx =================================================================== diff -u -r18e2655abd10faec1352e5569d52305d6a7b8cbf -r65e94976aa3bc5fd8172776fc62a9cf90365c03b --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision 18e2655abd10faec1352e5569d52305d6a7b8cbf) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision 65e94976aa3bc5fd8172776fc62a9cf90365c03b) @@ -4,7 +4,7 @@ - + @@ -795,7 +795,6 @@ - @@ -5785,7 +5784,6 @@ - @@ -9216,7 +9214,6 @@ - Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram =================================================================== diff -u -r18e2655abd10faec1352e5569d52305d6a7b8cbf -r65e94976aa3bc5fd8172776fc62a9cf90365c03b --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision 18e2655abd10faec1352e5569d52305d6a7b8cbf) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision 65e94976aa3bc5fd8172776fc62a9cf90365c03b) @@ -52,100 +52,100 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: Riskeer/Storage/src/Riskeer.Storage.Core/Riskeer.risk =================================================================== diff -u -r2567eb40f5f9295f478057c81ce8126a9f4936b5 -r65e94976aa3bc5fd8172776fc62a9cf90365c03b Binary files differ Index: Riskeer/Storage/test/Riskeer.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsOutputCreateExtensionsTest.cs =================================================================== diff -u -rea9770b83ed5e59f58b05ae908a0f033c1ad8313 -r65e94976aa3bc5fd8172776fc62a9cf90365c03b --- Riskeer/Storage/test/Riskeer.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsOutputCreateExtensionsTest.cs (.../MacroStabilityInwardsOutputCreateExtensionsTest.cs) (revision ea9770b83ed5e59f58b05ae908a0f033c1ad8313) +++ Riskeer/Storage/test/Riskeer.Storage.Core.Test/Create/MacroStabilityInwards/MacroStabilityInwardsOutputCreateExtensionsTest.cs (.../MacroStabilityInwardsOutputCreateExtensionsTest.cs) (revision 65e94976aa3bc5fd8172776fc62a9cf90365c03b) @@ -114,7 +114,6 @@ Assert.IsNull(entity.FactorOfStability); Assert.IsNull(entity.ForbiddenZonesXEntryMin); Assert.IsNull(entity.ForbiddenZonesXEntryMax); - Assert.IsNull(entity.ZValue); Assert.IsNull(entity.SlipPlaneLeftGridXLeft); Assert.IsNull(entity.SlipPlaneLeftGridXRight); Index: Riskeer/Storage/test/Riskeer.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs =================================================================== diff -u -r86594ccd7329d320872573a1d066fe18959d3cea -r65e94976aa3bc5fd8172776fc62a9cf90365c03b --- Riskeer/Storage/test/Riskeer.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs (.../MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs) (revision 86594ccd7329d320872573a1d066fe18959d3cea) +++ Riskeer/Storage/test/Riskeer.Storage.Core.Test/Read/MacroStabilityInwards/MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs (.../MacroStabilityInwardsCalculationOutputEntityReadExtensionsTest.cs) (revision 65e94976aa3bc5fd8172776fc62a9cf90365c03b) @@ -64,7 +64,6 @@ var entity = new MacroStabilityInwardsCalculationOutputEntity { FactorOfStability = random.NextDouble(), - ZValue = random.NextDouble(), ForbiddenZonesXEntryMin = random.NextDouble(), ForbiddenZonesXEntryMax = random.NextDouble(), SlidingCurveSliceXML = new MacroStabilityInwardsSliceCollectionXmlSerializer().ToXml(slices), Index: build/DatabaseStructure.sql =================================================================== diff -u -r45e2b549a4901b6a5fab58cc355063a10fd3ef9b -r65e94976aa3bc5fd8172776fc62a9cf90365c03b --- build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 45e2b549a4901b6a5fab58cc355063a10fd3ef9b) +++ build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 65e94976aa3bc5fd8172776fc62a9cf90365c03b) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 14.1 */ -/* Created On : 14-mei-2020 12:51:53 */ +/* Created On : 14-mei-2020 16:18:15 */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ Index: design/DatabaseDesign.eap =================================================================== diff -u -r18e2655abd10faec1352e5569d52305d6a7b8cbf -r65e94976aa3bc5fd8172776fc62a9cf90365c03b Binary files differ