numerus/revert/remove_payment.sql

8 lines
113 B
PL/PgSQL

-- Revert numerus:remove_payment from pg
begin;
drop function if exists numerus.remove_payment(uuid);
commit;