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
!190
Something went wrong on our end
Resolve "More env variables for Azure deployment"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "More env variables for Azure deployment"
364-more-env-variables-for-azure-deployment-new
into
dev
Overview
0
Commits
52
Pipelines
0
Changes
4
Merged
Resolve "More env variables for Azure deployment"
Martin Weise
requested to merge
364-more-env-variables-for-azure-deployment-new
into
dev
Sep 1, 2023
Overview
0
Commits
52
Pipelines
0
Changes
4
Closes #364
0
0
Merge request reports
Viewing commit
59859abe
Prev
Next
Show latest version
4 files
+
2
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Unverified
59859abe
Remove created_by column from Ontologies
· 59859abe
Martin Weise
authored
Sep 3, 2023
dbrepo-metadata-db/setup-schema.sql
+
1
−
3
View file @ 59859abe
Edit in single-file editor
Open in Web IDE
Show full file
@@ -356,11 +356,9 @@ CREATE TABLE IF NOT EXISTS `fda`.`mdb_ontologies`
sparql_endpoint
TEXT
NULL
,
last_modified
timestamp
,
created
timestamp
NOT
NULL
DEFAULT
NOW
(),
created_by
character
varying
(
36
)
NOT
NULL
,
UNIQUE
(
prefix
),
UNIQUE
(
uri
(
200
)),
PRIMARY
KEY
(
id
),
FOREIGN
KEY
(
created_by
)
REFERENCES
mdb_users
(
id
)
PRIMARY
KEY
(
id
)
)
WITH
SYSTEM
VERSIONING
;
CREATE
TABLE
IF
NOT
EXISTS
`fda`
.
`mdb_view_columns`
Loading