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