Fixed
- Missing
reminders.pushed_atcolumn after database rebuild: migration 57 rebuilt thereminderstable without carrying over thepushed_atcolumn added in migration 54, causingPushSchedulerto fail withno such column: r.pushed_aton every fresh install or update. A new migration restores the column. (Fixes #393) - Schema-test export out of sync: the node:sqlite-synchronized schema export used by tests had stopped at migration 61, so schema tests applying the exported migrations never picked up the restored
reminders.pushed_atcolumn.