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

Evo: usergroup_ids for list roles

parent 0e6340db
No related branches found
No related tags found
No related merge requests found
...@@ -844,6 +844,7 @@ CREATE TABLE listmodel_types ...@@ -844,6 +844,7 @@ CREATE TABLE listmodel_types
( (
listmodel_type_id character varying(50) NOT NULL, listmodel_type_id character varying(50) NOT NULL,
listmodel_type_label character varying(100) NOT NULL, listmodel_type_label character varying(100) NOT NULL,
usergroup_ids TEXT,
CONSTRAINT "listmodel_types_pkey" PRIMARY KEY (listmodel_type_id) CONSTRAINT "listmodel_types_pkey" PRIMARY KEY (listmodel_type_id)
) )
WITH ( WITH (
......
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