camper/verify/acsi_option__option_group.sql

10 lines
126 B
PL/PgSQL

-- Verify camper:acsi_option__option_group on pg
begin;
select option_group
from camper.acsi_option
where false;
rollback;