Add mandatory and transparent into llx_actioncomm_ressource

This commit is contained in:
Florian Henry 2013-11-02 02:25:06 +01:00
parent 11d2af0f7e
commit f727e832d9

View File

@ -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;