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

5 lines
70 B
PL/PgSQL

BEGIN;
DROP FUNCTION is_name;
DROP FUNCTION is_language_code;
COMMIT;