altocompta/html/admin/sql/patch/upgrade55.sql
2009-01-27 18:41:37 +00:00

6 lines
95 B
PL/PgSQL

begin;
alter table import_tmp alter bq_account type text;
update version set val=56;
commit;