8 lines
130 B
MySQL
8 lines
130 B
MySQL
|
-- Revert camper:remove_surroundings_ad from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.remove_surroundings_ad(integer);
|
||
|
|
||
|
commit;
|