Improve stock
This commit is contained in:
parent
11339de5cf
commit
e190771e9c
5 changed files with 63 additions and 23 deletions
|
|
@ -1,6 +1,8 @@
|
|||
begin;
|
||||
|
||||
insert into format_csv_banque values ('Dexia','dexia_be.inc.php');
|
||||
alter table stock_goods alter sg_quantity type numeric(8,4);
|
||||
alter table stock_goods alter sg_quantity type numeric(8,4);
|
||||
alter table stock_goods add sg_comment varchar(80);
|
||||
alter table stock_goods add sg_exercice varchar(4);
|
||||
update version set val=28;
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue