Make migration 194's index re-run safe
migration_hygiene requires IF NOT EXISTS on CREATE INDEX, and 194 landed
after the v0.11.8 build, so no gated run had seen it until Sando run 43 went
red about twenty minutes in.
Edited in place rather than superseded by a new migration. sqlx checksums an
applied migration and the commit hook refuses one on principle, but 194 has
been applied nowhere: testnot is at 189, prod runs 0.11.5 and 194 first
appears in 14bd66bb which postdates the 0.11.8 release, and no local dev
database exists. Hook bypassed on that basis.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-07 19:38 UTC