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

7 lines
No EOL
80 B
PL/PgSQL

begin;
delete from attr_min where ad_id=5;
update version set val=25;
commit;