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

No commit message

No commit message
parent 944d10dd
No related branches found
No related tags found
No related merge requests found
...@@ -845,6 +845,7 @@ CREATE TABLE listmodel_types ...@@ -845,6 +845,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, usergroup_ids TEXT,
use_dest character varying(1) NOT NULL DEFAULT 'N'::bpchar,
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