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