1
0
Fork 0
database/20230125142000_functions.do...

5 lines
75 B
PL/PgSQL

BEGIN;
DROP FUNCTION is_sane_text;
DROP FUNCTION is_language_code;
COMMIT;