Skip to content
Snippets Groups Projects
Commit fb52344c authored by Moritz Staudinger's avatar Moritz Staudinger
Browse files

Merge branch 'dev' of gitlab.phaidra.org:fair-data-austria-db-repository/fda-services into dev

parents c1e9ba96 e6f8eeb6
No related branches found
No related tags found
1 merge request!81New stable release
......@@ -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