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