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