mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 12:31:26 +01:00
7 lines
160 B
SQL
7 lines
160 B
SQL
|
|
--
|
|
-- Mise à jour de la version 0.2.1 à 0.2.2
|
|
--
|
|
|
|
alter table llx_product add nbvente integer default 0;
|
|
alter table llx_product add envente tinyint default 1; |