Skip to content
Snippets Groups Projects
Commit f996110d authored by Florian Gransee's avatar Florian Gransee
Browse files

add missing fields

parent da8eb54e
No related branches found
No related tags found
1 merge request!214Resolve "update sms foreign and mock tables"
Pipeline #458108 passed
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment