camper/revert/order_campsite_type_carouse...

8 lines
150 B
PL/PgSQL

-- Revert camper:order_campsite_type_carousel from pg
begin;
drop function if exists camper.order_campsite_type_carousel(uuid, integer[]);
commit;