AdmMono/src/db/postgresql/migration/V20221005_1649__al1331.sql

5 lines
196 B
SQL

DO $$
BEGIN
UPDATE CONSTANTE SET VALORCONSTANTE = '/transactions/void' where constante_id = (select constante_id from constante where nombconstante like 'MP05_PATH_ESTORNO_MOBIPIX');
END
$$;