Skip to content
Snippets Groups Projects
Verified Commit 1f936504 authored by Martin Weise's avatar Martin Weise
Browse files

Merge branch 'release-1.4.6' of...

Merge branch 'release-1.4.6' of gitlab.phaidra.org:fair-data-austria-db-repository/fda-services into release-1.4.6
parents 5cdbf4df a50e1383
Branches
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ data:
auto_generated BOOLEAN DEFAULT false,
is_null_allowed BOOLEAN NOT NULL DEFAULT true,
PRIMARY KEY (id),
FOREIGN KEY (view_id) REFERENCES mdb_view (id)
FOREIGN KEY (view_id) REFERENCES mdb_view (id) ON DELETE CASCADE
) WITH SYSTEM VERSIONING;
CREATE TABLE IF NOT EXISTS `mdb_identifiers`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment