-- Revert camper:input_is_valid_phone from pg

begin;

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

commit;