Nouveau fichier
This commit is contained in:
parent
87a818f4fb
commit
27180d7f91
9
mysql/migration/1.1.0-1.2.0-RC1.sql
Normal file
9
mysql/migration/1.1.0-1.2.0-RC1.sql
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
alter table llx_propal add fin_validite datetime ;
|
||||
|
||||
|
||||
|
||||
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 seuil_stock_alerte integer default 0;
|
||||
Loading…
Reference in New Issue
Block a user