altocompta/html/admin/sql/patch/upgrade27.sql
2007-04-17 10:51:37 +00:00

8 lines
No EOL
274 B
PL/PgSQL

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 add sg_comment varchar(80);
alter table stock_goods add sg_exercice varchar(4);
update version set val=28;
commit;