8 lines
146 B
MySQL
8 lines
146 B
MySQL
|
-- Revert camper:order_surroundings_highlights from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.order_surroundings_highlights(integer[]);
|
||
|
|
||
|
commit;
|