altocompta/html/admin/sql/patch/upgrade119.sql
2015-08-30 01:28:08 +02:00

5 lines
No EOL
99 B
PL/PgSQL

begin;
update menu_ref set me_file = null where me_code='EXT';
update version set val=120;
commit;