camper/revert/edit_booking_from_payment.sql

8 lines
139 B
PL/PgSQL

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