Index: build/DatabaseStructure.sql =================================================================== diff -u -r6a60e0e3f676c71e253ad41839519c18dd641e9e -r560910bfaf8e8288710e0f91a0688f9e736b3edc --- build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 6a60e0e3f676c71e253ad41839519c18dd641e9e) +++ build/DatabaseStructure.sql (.../DatabaseStructure.sql) (revision 560910bfaf8e8288710e0f91a0688f9e736b3edc) @@ -1,6 +1,6 @@ /* ---------------------------------------------------- */ /* Generated by Enterprise Architect Version 12.0 */ -/* Created On : 03-Jul-2017 13:29:29 */ +/* Created On : 03-Jul-2017 17:31:16 */ /* DBMS : SQLite */ /* ---------------------------------------------------- */ @@ -1503,7 +1503,6 @@ 'ClosingSituation' TEXT NOT NULL, 'WindDirectionName' TEXT NOT NULL, 'WindDirectionAngle' REAL NOT NULL, - 'Beta' REAL NOT NULL, 'Order' INT (4) NOT NULL, CONSTRAINT 'FK_TopLevelSubMechanismIllustrationPointEntity_GeneralResultSubMechanismIllustrationPointEntity' FOREIGN KEY ('GeneralResultSubMechanismIllustrationPointEntityId') REFERENCES 'GeneralResultSubMechanismIllustrationPointEntity' ('GeneralResultSubMechanismIllustrationPointEntityId') ON DELETE Cascade ON UPDATE Cascade, CONSTRAINT 'FK_TopLevelSubMechanismIllustrationPointEntity_SubMechanismIllustrationPointEntity' FOREIGN KEY ('SubMechanismIllustrationPointEntityId') REFERENCES 'SubMechanismIllustrationPointEntity' ('SubMechanismIllustrationPointEntityId') ON DELETE Cascade ON UPDATE Cascade