-- Verify camper:acsi_option on pg
begin;
select campsite_type_id
, campsite_type_option_id
, units
from camper.acsi_option
where false;
rollback;