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
8c7af071
Commit
8c7af071
authored
3 years ago
by
Martin Weise
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into 122-test-amqp
Former-commit-id:
f965e3e3
parents
e0d25fca
6db3ce66
No related branches found
No related tags found
1 merge request
!42
Fixed the query service tests
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 @
8c7af071
...
@@ -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.
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