camper/revert/translate_location.sql

8 lines
140 B
PL/PgSQL

-- Revert camper:translate_location from pg
begin;
drop function if exists camper.translate_location(integer, text, text, text);
commit;