camper/revert/setup_surroundings_ad.sql

8 lines
154 B
MySQL
Raw Permalink Normal View History

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