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