aboutsummaryrefslogtreecommitdiff
-- Verify kakeibo:items_article_id on pg

BEGIN;

SELECT article_id
  FROM kakeibo.items
 WHERE FALSE;

ROLLBACK;