-- Revert camper:edit_booking_from_payment from pg

begin;

drop function if exists camper.edit_booking_from_payment(uuid, uuid);

commit;