altocompta/include/sql/patch/upgrade134.sql
2019-08-08 09:06:44 +02:00

8 lines
No EOL
270 B
PL/PgSQL

begin;
update attr_def set ad_extra = '[sql] fd_id in (select fd_id from fiche_def where frd_id in (4,8,9,14))' where ad_id=25;
alter table mod_payment rename to payment_method;
insert into version (val,v_description) values (135,'rename table mod_payment');
commit ;