camper/revert/remove_surroundings_highlig...

8 lines
144 B
PL/PgSQL

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