-- Revert camper:input_is_valid from pg

begin;

drop function if exists public.input_is_valid(text, text);

commit;