camper/revert/location.sql

8 lines
90 B
PL/PgSQL

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