Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsm-orchestration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UFZ TSM
tsm-orchestration
Commits
f996110d
Commit
f996110d
authored
5 months ago
by
Florian Gransee
Browse files
Options
Downloads
Patches
Plain Diff
add missing fields
parent
da8eb54e
No related branches found
No related tags found
1 merge request
!214
Resolve "update sms foreign and mock tables"
Pipeline
#458108
passed
5 months ago
Stage: integration
Stage: end-to-end
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
postgres/sms_db/sms_foreign_tables.sql
+3
-1
3 additions, 1 deletion
postgres/sms_db/sms_foreign_tables.sql
with
3 additions
and
1 deletion
postgres/sms_db/sms_foreign_tables.sql
+
3
−
1
View file @
f996110d
...
...
@@ -30,7 +30,7 @@ CREATE FOREIGN TABLE IF NOT EXISTS public.sms_configuration_contact_role (
configuration_id
integer
not
null
,
contact_id
integer
not
null
,
role_uri
varchar
(
256
)
not
null
,
role_name
varchar
(
256
)
not
null
,
role_name
varchar
(
256
)
not
null
)
SERVER
sms_db
OPTIONS
(
schema_name
'public'
,
table_name
'configuration_contact_role'
);
...
...
@@ -70,7 +70,9 @@ CREATE FOREIGN TABLE IF NOT EXISTS public.sms_device (
short_name
varchar
(
256
),
description
text
,
device_type_name
varchar
(
256
),
device_type_uri
varchar
(
256
),
manufacturer_name
varchar
(
256
),
manufacturer_uri
varchar
(
256
),
model
varchar
(
256
),
serial_number
varchar
(
256
),
persistent_identifier
varchar
(
256
),
...
...
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