Alter de la colonne llx_groupart.description
This commit is contained in:
parent
733f1c9a9c
commit
0c2be4b0eb
@ -7,3 +7,5 @@ alter table llx_product add stock_propale integer default 0;
|
|||||||
alter table llx_product add stock_commande integer default 0;
|
alter table llx_product add stock_commande integer default 0;
|
||||||
|
|
||||||
alter table llx_product add seuil_stock_alerte integer default 0;
|
alter table llx_product add seuil_stock_alerte integer default 0;
|
||||||
|
|
||||||
|
ALTER TABLE `llx_groupart` ADD `description` TEXT AFTER `groupart` ;
|
||||||
Loading…
Reference in New Issue
Block a user