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