camper/revert/setup_location.sql

8 lines
132 B
PL/PgSQL

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