-- Revert camper:checked_in_guest from pg
begin;
drop type if exists camper.checked_in_guest;
commit;