camper/verify/company__tourist_tax_max_da...

11 lines
135 B
PL/PgSQL

-- Verify camper:company__tourist_tax_max_days on pg
begin;
select tourist_tax_max_days
from camper.company
where false
;
rollback;