Modif champs units en weight_units

This commit is contained in:
Rodolphe Quiedeville 2006-12-07 21:31:06 +00:00
parent 4972dcbce4
commit 99b1a97746

View File

@ -41,7 +41,7 @@ create table llx_product
seuil_stock_alerte integer DEFAULT 0,
gencode varchar(255) DEFAULT NULL,
weight float DEFAULT 0,
units tinyint DEFAULT 0,
weight_units tinyint(1) DEFAULT 0,
canvas varchar(15) DEFAULT ''
)type=innodb;