Skip to content
Snippets Groups Projects
Commit 2f5ed7e6 authored by Henrik Thostrup Jensen's avatar Henrik Thostrup Jensen
Browse files

make nsa role explicit in service and backend connection schema

parent 358cc417
Branches
Tags
No related merge requests found
...@@ -15,7 +15,7 @@ CREATE TABLE service_connections ( ...@@ -15,7 +15,7 @@ CREATE TABLE service_connections (
revision integer NOT NULL, revision integer NOT NULL,
global_reservation_id text, global_reservation_id text,
description text, description text,
nsa text NOT NULL, requester_nsa text NOT NULL,
reserve_time timestamp NOT NULL, reserve_time timestamp NOT NULL,
reservation_state text NOT NULL, reservation_state text NOT NULL,
provision_state text NOT NULL, provision_state text NOT NULL,
...@@ -58,7 +58,7 @@ CREATE TABLE simplebackendconnections ( ...@@ -58,7 +58,7 @@ CREATE TABLE simplebackendconnections (
revision integer NOT NULL, revision integer NOT NULL,
global_reservation_id text, global_reservation_id text,
description text, description text,
nsa text NOT NULL, requester_nsa text NOT NULL,
reserve_time timestamp NOT NULL, reserve_time timestamp NOT NULL,
reservation_state text NOT NULL, reservation_state text NOT NULL,
provision_state text NOT NULL, provision_state text NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment