-- Revert camper:remove_service from pg
begin;
drop function if exists camper.remove_service(integer);
commit;