Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
f3e426f3
Commit
f3e426f3
authored
11 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Hotfix cascade
parent
676e8159
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
dbrepo-metadata-db/1_setup-schema.sql
+1
-1
1 addition, 1 deletion
dbrepo-metadata-db/1_setup-schema.sql
helm/dbrepo/templates/metadata-configmap.yaml
+1
-1
1 addition, 1 deletion
helm/dbrepo/templates/metadata-configmap.yaml
with
2 additions
and
2 deletions
dbrepo-metadata-db/1_setup-schema.sql
+
1
−
1
View file @
f3e426f3
...
...
@@ -372,7 +372,7 @@ CREATE TABLE IF NOT EXISTS `mdb_view_columns`
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`
...
...
This diff is collapsed.
Click to expand it.
helm/dbrepo/templates/metadata-configmap.yaml
+
1
−
1
View file @
f3e426f3
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment