diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 4a6e7c92a40..114489fd75e 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -530,6 +530,8 @@ create table llx_fournisseur_ca UNIQUE (fk_societe, year) )type=innodb; +alter table llx_fournisseur_ca add ca_achat float(11,2) DEFAULT 0; + create table llx_product_ca ( fk_product integer,