diff --git a/mysql/migration/0.2.1-0.2.2.sql b/mysql/migration/0.2.1-0.2.2.sql index 0d2f5fb1457..a048b673ef0 100644 --- a/mysql/migration/0.2.1-0.2.2.sql +++ b/mysql/migration/0.2.1-0.2.2.sql @@ -3,4 +3,5 @@ -- Mise à jour de la version 0.2.1 à 0.2.2 -- -alter table llx_product add nbvente integer default 0; \ No newline at end of file +alter table llx_product add nbvente integer default 0; +alter table llx_product add envente tinyint default 1; \ No newline at end of file