Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql =================================================================== diff -u -r86a3058063ab5e857749b4a72e8642b573c229fe -r89217cd12161055618bade4d54f34334c2714528 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 86a3058063ab5e857749b4a72e8642b573c229fe) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 89217cd12161055618bade4d54f34334c2714528) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 12.0 */ -/* Created On : 19-jul-2016 15:42:40 */ +/* Created On : 21-jul-2016 9:53:39 */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -665,6 +665,7 @@ 'IsOvertoppingDominant' TINYINT (1) NOT NULL, 'WaveHeight' REAL, 'DikeHeight' REAL, -- REAL mapped as string, or DBNull when the value is null. + 'IsDikeHeightCalculated' TINYINT (1) NOT NULL, CONSTRAINT 'FK_GrassCoverErosionInwardsOutput_ProbabilisticOutputEntity' FOREIGN KEY ('ProbabilisticOutputEntityId') REFERENCES 'ProbabilisticOutputEntity' ('ProbabilisticOutputEntityId') ON DELETE Cascade ON UPDATE Cascade ) ; Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsOutputEntity.cs =================================================================== diff -u -r86a3058063ab5e857749b4a72e8642b573c229fe -r89217cd12161055618bade4d54f34334c2714528 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsOutputEntity.cs (.../GrassCoverErosionInwardsOutputEntity.cs) (revision 86a3058063ab5e857749b4a72e8642b573c229fe) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsOutputEntity.cs (.../GrassCoverErosionInwardsOutputEntity.cs) (revision 89217cd12161055618bade4d54f34334c2714528) @@ -46,6 +46,7 @@ public byte IsOvertoppingDominant { get; set; } public Nullable WaveHeight { get; set; } public Nullable DikeHeight { get; set; } + public byte IsDikeHeightCalculated { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsCalculationEntities { get; set; } Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx =================================================================== diff -u -r86a3058063ab5e857749b4a72e8642b573c229fe -r89217cd12161055618bade4d54f34334c2714528 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx (.../RingtoetsEntities.edmx) (revision 86a3058063ab5e857749b4a72e8642b573c229fe) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx (.../RingtoetsEntities.edmx) (revision 89217cd12161055618bade4d54f34334c2714528) @@ -139,6 +139,7 @@ + @@ -1702,6 +1703,7 @@ + @@ -2806,6 +2808,7 @@ + Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram =================================================================== diff -u -r86a3058063ab5e857749b4a72e8642b573c229fe -r89217cd12161055618bade4d54f34334c2714528 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram (.../RingtoetsEntities.edmx.diagram) (revision 86a3058063ab5e857749b4a72e8642b573c229fe) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram (.../RingtoetsEntities.edmx.diagram) (revision 89217cd12161055618bade4d54f34334c2714528) @@ -6,49 +6,49 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - + +