-- Revert camper:to_price from pg

begin;

drop function if exists camper.to_price(integer, integer);

commit;