camper/revert/add_surroundings_highlight.sql

8 lines
159 B
PL/PgSQL

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