Skip to content
Snippets Groups Projects
Commit 1e2ed473 authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

EVO: Listinstance roles manage workflow mode (collaborative or sequence)

Listinstance manage status
parent ce35ef95
No related branches found
No related tags found
No related merge requests found
...@@ -817,6 +817,7 @@ CREATE TABLE listinstance ...@@ -817,6 +817,7 @@ CREATE TABLE listinstance
item_mode character varying(50) NOT NULL, item_mode character varying(50) NOT NULL,
added_by_user character varying(128) NOT NULL, added_by_user character varying(128) NOT NULL,
added_by_entity character varying(50) NOT NULL, added_by_entity character varying(50) NOT NULL,
visible character varying(50) NOT NULL DEFAULT 'Y'::bpchar,
viewed bigint, viewed bigint,
CONSTRAINT listinstance_pkey PRIMARY KEY (listinstance_id) CONSTRAINT listinstance_pkey PRIMARY KEY (listinstance_id)
) )
......
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