camper/revert/campsite.sql

8 lines
90 B
PL/PgSQL

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