camper/revert/campsite_type__overflow_all...

10 lines
149 B
PL/PgSQL

-- Revert camper:campsite_type__overflow_allowed from pg
begin;
alter table camper.campsite_type
drop column if exists overflow_allowed
;
commit;