Index: Application/Ringtoets/src/Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.2.sql
===================================================================
diff -u -r7b4e976738871759292c8219091bae62b966acae -r205e9cf82202fa7ccd49231b221763d8dfe7aa68
--- Application/Ringtoets/src/Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.2.sql (.../DatabaseStructure17.2.sql) (revision 7b4e976738871759292c8219091bae62b966acae)
+++ Application/Ringtoets/src/Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.2.sql (.../DatabaseStructure17.2.sql) (revision 205e9cf82202fa7ccd49231b221763d8dfe7aa68)
@@ -1,6 +1,6 @@
/* ---------------------------------------------------- */
/* Generated by Enterprise Architect Version 12.0 */
-/* Created On : 10-Oct-2017 16:27:55 */
+/* Created On : 11-Oct-2017 08:05:59 */
/* DBMS : SQLite */
/* ---------------------------------------------------- */
@@ -1689,6 +1689,7 @@
'TangentLineDeterminationType' TINYINT (1) NOT NULL, -- Enumtype: 1 = Specified, 2 = LayerSeparated
'TangentLineZTop' REAL,
'TangentLineZBottom' REAL,
+ 'TangentLineNumber' INT (4) NOT NULL,
'LeftGridXLeft' REAL,
'LeftGridXRight' REAL,
'LeftGridNrOfHorizontalPoints' INT (4) NOT NULL,
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsCalculationEntity.cs
===================================================================
diff -u -r6aaa21e48ec620055af144f81361ffb176b64fba -r205e9cf82202fa7ccd49231b221763d8dfe7aa68
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsCalculationEntity.cs (.../MacroStabilityInwardsCalculationEntity.cs) (revision 6aaa21e48ec620055af144f81361ffb176b64fba)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsCalculationEntity.cs (.../MacroStabilityInwardsCalculationEntity.cs) (revision 205e9cf82202fa7ccd49231b221763d8dfe7aa68)
@@ -62,6 +62,7 @@
public byte TangentLineDeterminationType { get; set; }
public double? TangentLineZTop { get; set; }
public double? TangentLineZBottom { get; set; }
+ public int TangentLineNumber { get; set; }
public double? LeftGridXLeft { get; set; }
public double? LeftGridXRight { get; set; }
public int LeftGridNrOfHorizontalPoints { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
===================================================================
diff -u -r7b4e976738871759292c8219091bae62b966acae -r205e9cf82202fa7ccd49231b221763d8dfe7aa68
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx (.../RingtoetsEntities.edmx) (revision 7b4e976738871759292c8219091bae62b966acae)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx (.../RingtoetsEntities.edmx) (revision 205e9cf82202fa7ccd49231b221763d8dfe7aa68)
@@ -689,6 +689,7 @@
+
@@ -5091,6 +5092,7 @@
+
@@ -8194,6 +8196,7 @@
+
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
===================================================================
diff -u -r7b4e976738871759292c8219091bae62b966acae -r205e9cf82202fa7ccd49231b221763d8dfe7aa68
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram (.../RingtoetsEntities.edmx.diagram) (revision 7b4e976738871759292c8219091bae62b966acae)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram (.../RingtoetsEntities.edmx.diagram) (revision 205e9cf82202fa7ccd49231b221763d8dfe7aa68)
@@ -6,96 +6,96 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
Index: build/DatabaseStructure.sql
===================================================================
diff -u -r7b4e976738871759292c8219091bae62b966acae -r205e9cf82202fa7ccd49231b221763d8dfe7aa68
--- build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 7b4e976738871759292c8219091bae62b966acae)
+++ build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 205e9cf82202fa7ccd49231b221763d8dfe7aa68)
@@ -1,6 +1,6 @@
/* ---------------------------------------------------- */
/* Generated by Enterprise Architect Version 12.0 */
-/* Created On : 10-Oct-2017 16:27:55 */
+/* Created On : 11-Oct-2017 08:05:59 */
/* DBMS : SQLite */
/* ---------------------------------------------------- */
@@ -1689,6 +1689,7 @@
'TangentLineDeterminationType' TINYINT (1) NOT NULL, -- Enumtype: 1 = Specified, 2 = LayerSeparated
'TangentLineZTop' REAL,
'TangentLineZBottom' REAL,
+ 'TangentLineNumber' INT (4) NOT NULL,
'LeftGridXLeft' REAL,
'LeftGridXRight' REAL,
'LeftGridNrOfHorizontalPoints' INT (4) NOT NULL,
Index: design/DatabaseDesign.eap
===================================================================
diff -u -r7b4e976738871759292c8219091bae62b966acae -r205e9cf82202fa7ccd49231b221763d8dfe7aa68
Binary files differ