53616 e 55159 - Espec Estorno de Transação MobiPix
bug#al-1331 dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@114645 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
25b2547ae8
commit
8af71ad093
|
@ -0,0 +1,6 @@
|
||||||
|
declare
|
||||||
|
begin
|
||||||
|
execute immediate 'UPDATE CONSTANTE SET VALORCONSTANTE = ''/transactions/void'' where constante_id = (select constante_id from constante where nombconstante like ''MP05_PATH_ESTORNO_MOBIPIX'') ';
|
||||||
|
exception when others then null;
|
||||||
|
end;
|
||||||
|
/
|
|
@ -0,0 +1,5 @@
|
||||||
|
DO $$
|
||||||
|
BEGIN
|
||||||
|
UPDATE CONSTANTE SET VALORCONSTANTE = '/transactions/void' where constante_id = (select constante_id from constante where nombconstante like 'MP05_PATH_ESTORNO_MOBIPIX');
|
||||||
|
END
|
||||||
|
$$;
|
Loading…
Reference in New Issue