8 lines
118 B
MySQL
8 lines
118 B
MySQL
|
-- Revert numerus:input_is_valid from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists public.input_is_valid(text, text);
|
||
|
|
||
|
commit;
|