This commit is contained in:
Regis Houssin 2010-03-03 06:38:12 +00:00
parent 1cae3c6083
commit e4fab24a0a

View File

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