FeedEcho v1.11.1 — drip_items.attempts migration
Fixes a schema migration gap in 1.11.0.
drip_itemstables created by the initial 1.11.0 schema draft (before the review fixes landed) were missing theattemptscolumn, which the drip flush job reads.init_db()now adds the column idempotently.- 1 test added (295 total).