numerus/revert/input_is_valid_phone.sql

8 lines
130 B
PL/PgSQL

-- Revert numerus:input_is_valid_phone from pg
begin;
drop function if exists public.input_is_valid_phone(text, text);
commit;