Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
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
Merge requests
!162
Something went wrong on our end
Resolve "Improve Semantic Service handling"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Improve Semantic Service handling"
318-improve-semantic-service-handling
into
dev
Overview
0
Commits
20
Pipelines
0
Changes
4
Merged
Resolve "Improve Semantic Service handling"
Martin Weise
requested to merge
318-improve-semantic-service-handling
into
dev
May 30, 2023
Overview
0
Commits
20
Pipelines
0
Changes
4
Closes #318
0
0
Merge request reports
Viewing commit
db4693c1
Prev
Next
Show latest version
4 files
+
34
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Unverified
db4693c1
Add replication for metadata db in dbrepo2
· db4693c1
Martin Weise
authored
May 31, 2023
dbrepo-metadata-db/setup-schema.sql
+
1
−
2
View file @ db4693c1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -489,8 +489,7 @@ VALUES ('MIT', 'https://opensource.org/licenses/MIT'),
(
'CC-BY-4.0'
,
'https://creativecommons.org/licenses/by/4.0/legalcode'
);
INSERT
INTO
`fda`
.
`mdb_images`
(
repository
,
tag
,
default_port
,
dialect
,
driver_class
,
jdbc_method
)
VALUES
(
'mariadb'
,
'10.5'
,
3306
,
'org.hibernate.dialect.MariaDBDialect'
,
'org.mariadb.jdbc.Driver'
,
'mariadb'
),
(
'bitnami/mariadb'
,
'10.5'
,
3306
,
'org.hibernate.dialect.MariaDBDialect'
,
'org.mariadb.jdbc.Driver'
,
'mariadb'
);
VALUES
(
'bitnami/mariadb'
,
'10.5'
,
3306
,
'org.hibernate.dialect.MariaDBDialect'
,
'org.mariadb.jdbc.Driver'
,
'mariadb'
);
INSERT
INTO
`fda`
.
`mdb_images_environment_item`
(
`key`
,
value
,
etype
,
iid
)
VALUES
(
'ROOT'
,
'root'
,
'PRIVILEGED_USERNAME'
,
1
),
Loading