-- Revert camper:unmarshal_booking from pg

begin;

drop function if exists camper.unmarshal_booking(jsonb);

commit;