Skip to content
Snippets Groups Projects
Commit e9b24f8b authored by Cornelia Michlits's avatar Cornelia Michlits
Browse files

schema modification - atm one conecpt per column

Former-commit-id: d0dfe330
parent 0b2d91e3
No related branches found
No related tags found
2 merge requests!81New stable release,!45schema modification - atm one conecpt per column
...@@ -353,7 +353,7 @@ CREATE TABLE IF NOT EXISTS mdb_columns_concepts ...@@ -353,7 +353,7 @@ CREATE TABLE IF NOT EXISTS mdb_columns_concepts
URI TEXT REFERENCES mdb_concepts (URI), URI TEXT REFERENCES mdb_concepts (URI),
created timestamp without time zone NOT NULL DEFAULT NOW(), created timestamp without time zone NOT NULL DEFAULT NOW(),
FOREIGN KEY (cDBID, tID, cID) REFERENCES mdb_COLUMNS (cDBID, tID, ID), FOREIGN KEY (cDBID, tID, cID) REFERENCES mdb_COLUMNS (cDBID, tID, ID),
PRIMARY KEY (cDBID, tID, cID, URI) PRIMARY KEY (cDBID, tID, cID)
); );
CREATE TABLE IF NOT EXISTS mdb_VIEW CREATE TABLE IF NOT EXISTS mdb_VIEW
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment