-- Revert camper:parse_price from pg
begin;
drop function if exists camper.parse_price(text, integer);
commit;