Ajout modif table llx_entrepot

This commit is contained in:
Rodolphe Quiedeville 2003-11-19 15:28:53 +00:00
parent a849e4a232
commit dfc8a364fc

View File

@ -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_product add stock_propale integer default 0;
alter table llx_product add stock_commande integer default 0;