numerus/revert/add_payment_account_other.sql

8 lines
144 B
PL/PgSQL

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