camper/revert/cancel_booking.sql

8 lines
114 B
MySQL
Raw Normal View History

2024-05-03 15:21:20 +00:00
-- Revert camper:cancel_booking from pg
begin;
drop function if exists camper.cancel_booking(integer);
commit;