camper/revert/campsite_type_cost.sql

8 lines
110 B
PL/PgSQL

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