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