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
Commits
f965e3e3
Commit
f965e3e3
authored
Feb 8, 2022
by
Martin Weise
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into 122-test-amqp
parents
3f47c9ff
0880e5e2
No related branches found
No related tags found
3 merge requests
!81
New stable release
,
!43
Merge dev to master
,
!36
Resolve "Test AMQP"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fda-metadata-db/setup-schema.sql
+1
-0
1 addition, 0 deletions
fda-metadata-db/setup-schema.sql
with
1 addition
and
0 deletions
fda-metadata-db/setup-schema.sql
+
1
−
0
View file @
f965e3e3
...
@@ -225,6 +225,7 @@ CREATE TABLE IF NOT EXISTS mdb_databases
...
@@ -225,6 +225,7 @@ CREATE TABLE IF NOT EXISTS mdb_databases
Engine
VARCHAR
(
20
)
DEFAULT
'Postgres'
,
Engine
VARCHAR
(
20
)
DEFAULT
'Postgres'
,
Publisher
VARCHAR
(
50
),
Publisher
VARCHAR
(
50
),
Year
DATE
DEFAULT
CURRENT_DATE
,
Year
DATE
DEFAULT
CURRENT_DATE
,
License
TEXT
,
is_public
BOOLEAN
NOT
NULL
DEFAULT
TRUE
,
is_public
BOOLEAN
NOT
NULL
DEFAULT
TRUE
,
Creator
INTEGER
REFERENCES
mdb_USERS
(
UserID
),
Creator
INTEGER
REFERENCES
mdb_USERS
(
UserID
),
Contactperson
INTEGER
REFERENCES
mdb_USERS
(
UserID
),
Contactperson
INTEGER
REFERENCES
mdb_USERS
(
UserID
),
...
...
This diff is collapsed.
Click to expand it.
Martin Weise
@mweise
mentioned in commit
8c7af071
·
Feb 21, 2022
mentioned in commit
8c7af071
mentioned in commit 8c7af0713d3b2913d26ca911cc0e9a9d97edf6ed
Toggle commit list
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
register
or
sign in
to comment