-- Revert camper:order_services from pg

begin;

drop function if exists camper.order_services(integer[]);

commit;