numerus/revert/add_payment_account_cash.sql

8 lines
142 B
PL/PgSQL

-- Revert numerus:add_payment_account_cash from pg
begin;
drop function if exists numerus.add_payment_account_cash(integer, text);
commit;