Add idempotent migration for picks_expires_at / picks_started_at #73

Merged
chrisp merged 1 commit from fix/migration-picks-expires-at into main 2026-06-06 06:49:21 +00:00

1 commit

Author SHA1 Message Date
Chris Parsons
81bacf421d Add idempotent migration for picks_expires_at / picks_started_at columns
All checks were successful
🚀 Deploy / 🧪 Test (pull_request) Successful in 2m34s
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Successful in 1m18s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
Migration 0116 added these columns to draft_timers but was generated
with an out-of-order timestamp and was never applied to the DB. Migration
0117 re-adds them with IF NOT EXISTS guards so the apply is safe
regardless of the DB's current state.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 23:44:49 -07:00