camper/revert/campsite_type_cost.sql

8 lines
110 B
MySQL
Raw Normal View History

2023-10-01 19:14:39 +00:00
-- Revert camper:campsite_type_cost from pg
begin;
drop table if exists camper.campsite_type_cost;
commit;