-- 369_published_kind_source_uq.sql -- (kind, source_id) 당 발행 행 1개 — 발행 워커 upsert 타깃 + pub_id 재사용(같은 source=같은 pub_id) 키. CREATE UNIQUE INDEX IF NOT EXISTS published_kind_source_uq ON published (kind, source_id);