altocompta/include/sql/patch/upgrade113.sql
2015-10-18 23:39:20 +02:00

7 lines
112 B
PL/PgSQL

begin;
alter table operation_analytique rename oa_signed to oa_positive;
update version set val=114;
commit;