diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index a78301ac0fe..74c11f9e482 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -7,3 +7,5 @@ alter table llx_product add stock_propale integer default 0; alter table llx_product add stock_commande integer default 0; alter table llx_product add seuil_stock_alerte integer default 0; + +ALTER TABLE `llx_groupart` ADD `description` TEXT AFTER `groupart` ; \ No newline at end of file