camper/verify/campsite_type_option__per_n...

11 lines
139 B
PL/PgSQL

-- Verify camper:campsite_type_option__per_night on pg
begin;
select per_night
from camper.campsite_type_option
where false
;
rollback;