8 lines
159 B
MySQL
8 lines
159 B
MySQL
|
-- Revert camper:add_surroundings_highlight from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.add_surroundings_highlight(integer, integer, text, text);
|
||
|
|
||
|
commit;
|