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