camper/revert/campsite_type.sql

8 lines
100 B
PL/PgSQL

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