Skip to content

FeedEcho v1.11.1 — drip_items.attempts migration

Choose a tag to compare

@jcrabapple jcrabapple released this 22 Aug 21:34
· 54 commits to master since this release

Fixes a schema migration gap in 1.11.0.

  • drip_items tables created by the initial 1.11.0 schema draft (before the review fixes landed) were missing the attempts column, which the drip flush job reads. init_db() now adds the column idempotently.
  • 1 test added (295 total).