Skip to content
Snippets Groups Projects
Commit e6f8eeb6 authored by Kirill Stytsenko's avatar Kirill Stytsenko
Browse files

Merge branch '141-fix-mdbcolumnconcept' into 'dev'

schema modification - atm one conecpt per column

See merge request !45
parents 1a1ce343 e9b24f8b
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
URI TEXT REFERENCES mdb_concepts (URI),
created timestamp without time zone NOT NULL DEFAULT NOW(),
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment