diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 8e9ce1439ff..a3f25625f21 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -584,3 +584,4 @@ create table llx_entrepot_valorisation key(fk_entrepot) )type=innodb; +ALTER TABLE llx_entrepot ADD COLUMN valo_pmp float(12,4) DEFAULT 0; \ No newline at end of file