-- Revert camper:add_service from pg

begin;

drop function if exists camper.add_service(integer, text, text, text);

commit;