altocompta/html/admin/sql/patch/upgrade15.sql
2006-08-06 12:48:38 +00:00

4 lines
100 B
PL/PgSQL

begin;
update attr_def set ad_text='code postal' where ad_id=15;
update version set val=16;
commit;