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 f51dcef5b72..a78301ac0fe 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -1,7 +1,7 @@ alter table llx_propal add fin_validite datetime ; -alter table llx_entrepot add statut default tinyint default 1; +alter table llx_entrepot add statut tinyint default 1; alter table llx_product add stock_propale integer default 0; alter table llx_product add stock_commande integer default 0;