Skip to content
Snippets Groups Projects
Commit 294b1c82 authored by felmer's avatar felmer
Browse files

SSDM-1929: bug fixed in schema of path info database version 008.

SVN: 34073
parent b4fd46cf
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ CREATE TABLE DATA_SET_FILES (
LAST_MODIFIED TIME_STAMP NOT NULL DEFAULT NOW(),
PRIMARY KEY (ID),
CONSTRAINT FK_DATA_SET_FILES_DATA_SETS FOREIGN KEY (DASE_ID) REFERENCES DATA_SETS (ID) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT FK_DATA_SET_FILES_DATA_SETS FOREIGN KEY (DASE_ID) REFERENCES DATA_SETS (ID) ON DELETE CASCADE ON UPDATE CASCADE
);
CREATE INDEX DATA_SET_FILES_DASE_ID_IDX ON DATA_SET_FILES (DASE_ID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment