camper/revert/edit_surroundings_highlight...

8 lines
161 B
PL/PgSQL

-- Revert camper:edit_surroundings_highlight from pg
begin;
drop function if exists camper.edit_surroundings_highlight(integer, integer, text, text);
commit;