camper/revert/surroundings_highlight.sql

8 lines
118 B
PL/PgSQL

-- Revert camper:surroundings_highlight from pg
begin;
drop table if exists camper.surroundings_highlight;
commit;