AdmMono/src/db/migration/V20221005_1649__al1331.sql

6 lines
259 B
SQL

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;
/