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

WIP

parent cdfc2ebc
Branches hotfix/access
No related tags found
No related merge requests found
...@@ -263,7 +263,7 @@ CREATE TABLE IF NOT EXISTS `mdb_constraints_unique` ...@@ -263,7 +263,7 @@ CREATE TABLE IF NOT EXISTS `mdb_constraints_unique`
position INT NULL, position INT NULL,
PRIMARY KEY (uid), PRIMARY KEY (uid),
FOREIGN KEY (tid) REFERENCES mdb_tables (id) ON DELETE CASCADE FOREIGN KEY (tid) REFERENCES mdb_tables (id) ON DELETE CASCADE
); ) WITH SYSTEM VERSIONING;
CREATE TABLE IF NOT EXISTS `mdb_constraints_unique_columns` CREATE TABLE IF NOT EXISTS `mdb_constraints_unique_columns`
( (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment