camper/revert/campsite_type_option.sql

8 lines
114 B
PL/PgSQL

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