brewlog/migrations
Jon Seager 937ee4c5f2
feat: store bag finished_at as full datetime for correct timeline ordering
The finished_at field previously stored only a date, causing bag "finished"
timeline events to sort before same-day brews. Now stores a full datetime
and uses the actual close time for timeline ordering.
2026-02-24 21:38:39 +00:00
..
0001_auth.sql fix(db): add AUTOINCREMENT to prevent SQLite ROWID reuse 2026-02-06 10:09:13 +00:00
0002_coffee.sql fix(db): add AUTOINCREMENT to prevent SQLite ROWID reuse 2026-02-06 10:09:13 +00:00
0003_activities.sql feat(brews): add brew time field 2026-02-07 11:24:07 +00:00
0004_timeline_and_usage.sql fix(db): add AUTOINCREMENT to prevent SQLite ROWID reuse 2026-02-06 10:09:13 +00:00
0005_brew_gear_indexes.sql perf(db): enable WAL mode, add tuning pragmas and missing indexes 2026-02-06 18:04:58 +00:00
0006_stats_cache.sql feat(stats): add pre-computed stats cache with background recomputation 2026-02-08 15:20:01 +00:00
0007_entity_images.sql feat: add entity image support with display on detail pages 2026-02-10 17:50:13 +00:00
0008_bag_finished_at_datetime.sql feat: store bag finished_at as full datetime for correct timeline ordering 2026-02-24 21:38:39 +00:00