Index: build/DatabaseStructure.sql =================================================================== diff -u -r1ba21a629ef9ee35b003e5f5e66f26f5b8bc7766 -r3aae00632d922ad6a995a79de25ff4da07e6b57a --- build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 1ba21a629ef9ee35b003e5f5e66f26f5b8bc7766) +++ build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 3aae00632d922ad6a995a79de25ff4da07e6b57a) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 12.0 */ -/* Created On : 21-Sep-2017 9:03:22 AM */ +/* Created On : 28-Sep-2017 2:48:18 PM */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -847,7 +847,6 @@ 'MacroStabilityInwardsSectionResultEntityId' INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, 'FailureMechanismSectionEntityId' INTEGER NOT NULL, 'LayerOne' TINYINT (1) NOT NULL, -- Enum: 1 = NotAssessed, 2 = Sufficient, 3 = NoVerdict - 'LayerTwoA' REAL, 'LayerThree' REAL, CONSTRAINT 'FK_MacroStabilityInwardsSectionResultEntity_FailureMechanismSectionEntity' FOREIGN KEY ('FailureMechanismSectionEntityId') REFERENCES 'FailureMechanismSectionEntity' ('FailureMechanismSectionEntityId') ON DELETE Cascade ON UPDATE Cascade )