diff --git a/htdocs/install/mysql/tables/llx_product.sql b/htdocs/install/mysql/tables/llx_product.sql index 79e8aa8258f..f261bb7876e 100644 --- a/htdocs/install/mysql/tables/llx_product.sql +++ b/htdocs/install/mysql/tables/llx_product.sql @@ -55,6 +55,6 @@ create table llx_product pmp double(24,8) DEFAULT 0 NOT NULL, canvas varchar(15) DEFAULT '', finished tinyint DEFAULT NULL, - hidden tinyint DEFAULT 0 -- Need permission see also hidden products + hidden tinyint DEFAULT 0, -- Need permission see also hidden products import_key varchar(14) -- import key )type=innodb;