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

add states to sub connection in database schema

parent c48be938
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,10 @@ CREATE TABLE sub_connections (
local_link boolean NOT NULL,
revision integer NOT NULL,
order_id integer NOT NULL,
reservation_state text NOT NULL,
provision_state text NOT NULL,
activation_state text NOT NULL,
lifecycle_state text NOT NULL,
source_network text NOT NULL,
source_port text NOT NULL,
source_labels label[],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment