Add mandatory and transparent into llx_actioncomm_ressource
This commit is contained in:
parent
11d2af0f7e
commit
f727e832d9
@ -27,5 +27,7 @@ create table llx_actioncomm_resources
|
||||
element_type varchar(50) NOT NULL,
|
||||
fk_element integer NOT NULL,
|
||||
fk_c_element_role integer NOT NULL,
|
||||
fk_c_element_status varchar(32) NULL
|
||||
fk_c_element_status varchar(32) NULL,
|
||||
mandatory smallint,
|
||||
transparent smallint
|
||||
) ENGINE=innodb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user