Fix: Bad default value

This commit is contained in:
Laurent Destailleur 2012-10-26 00:57:51 +02:00
parent 62cbae7985
commit 7eae998868

View File

@ -67,7 +67,7 @@ create table llx_product
volume_units tinyint DEFAULT NULL,
stock integer, -- Current physical stock (dernormalized field)
pmp double(24,8) DEFAULT 0 NOT NULL,
canvas varchar(32) DEFAULT 'default@product',
canvas varchar(32) DEFAULT NULL,
finished tinyint DEFAULT NULL,
hidden tinyint DEFAULT 0, -- Need permission see also hidden products
import_key varchar(14) -- Import key