Index: build/DatabaseStructure.sql =================================================================== diff -u -r8e8b21164018eea7caf740234fff33a7ea9c5157 -rc3f8f8f9ce4133a7651b3270417168c3857aa68c --- build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 8e8b21164018eea7caf740234fff33a7ea9c5157) +++ build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision c3f8f8f9ce4133a7651b3270417168c3857aa68c) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 16.1 */ -/* Created On : 12-mei-2023 15:15:12 */ +/* Created On : 25-mei-2023 12:58:18 */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -360,7 +360,7 @@ InAssemblyOutputComments TEXT NULL COLLATE NOCASE, NotInAssemblyComments TEXT NULL COLLATE NOCASE, CalculationsInputComments TEXT NULL COLLATE NOCASE, - FailureMechanismAssemblyResultProbabilityResultType TINYINT (1) NOT NULL, -- Enum: None = 1, AutomaticIndependentSections = 2, AutomaticWorstSectionOrProfile = 3, Manual = 4 + FailureMechanismAssemblyResultProbabilityResultType TINYINT (1) NOT NULL, -- Enum: None = 1, P1 = 2, P2 = 3, Manual = 4 FailureMechanismAssemblyResultManualFailureMechanismAssemblyProbability REAL NULL, CONSTRAINT FK_FailureMechanismEntity_AssessmentSectionEntity FOREIGN KEY (AssessmentSectionEntityId) REFERENCES AssessmentSectionEntity (AssessmentSectionEntityId) ON DELETE Cascade ON UPDATE Cascade, CONSTRAINT FK_FailureMechanismEntity_CalculationGroupEntity FOREIGN KEY (CalculationGroupEntityId) REFERENCES CalculationGroupEntity (CalculationGroupEntityId) ON DELETE Cascade ON UPDATE Cascade, @@ -1635,7 +1635,7 @@ InAssemblyOutputComments TEXT NULL COLLATE NOCASE, NotInAssemblyComments TEXT NULL COLLATE NOCASE, N REAL NOT NULL, - FailureMechanismAssemblyResultProbabilityResultType TINYINT (1) NOT NULL, -- Enum: None = 1, AutomaticIndependentSections = 2, AutomaticWorstSectionOrProfile = 3, Manual = 4 + FailureMechanismAssemblyResultProbabilityResultType TINYINT (1) NOT NULL, -- Enum: None = 1, P1 = 2, P2 = 3, Manual = 4 FailureMechanismAssemblyResultManualFailureMechanismAssemblyProbability REAL NULL, ApplyLengthEffectInSection TINYINT (1) NOT NULL, CONSTRAINT FK_SpecificFailureMechanismEntity_AssessmentSectionEntity FOREIGN KEY (AssessmentSectionEntityId) REFERENCES AssessmentSectionEntity (AssessmentSectionEntityId) ON DELETE Cascade ON UPDATE Cascade