-- Revert camper:translate_season from pg

begin;

drop function if exists camper.translate_season(uuid, text, text);

commit;