camper/revert/order_surroundings_highligh...

8 lines
146 B
PL/PgSQL

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