camper/verify/icon.sql

10 lines
95 B
PL/PgSQL

-- Verify camper:icon on pg
begin;
select icon_name
from camper.icon
where false;
rollback;