aboutsummaryrefslogtreecommitdiff
-- Verify kakeibo:types on pg

BEGIN;

SELECT code,
       name
  FROM kakeibo.types
 WHERE FALSE;

ROLLBACK;