Modif syntax error

This commit is contained in:
Rodolphe Quiedeville 2003-11-19 15:32:10 +00:00
parent dfc8a364fc
commit b7f2af3b22

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_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;