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