brewlog/migrations
Jon Seager fb31d0a0c4
refactor(cafes): remove notes field from Cafe entity
- Add migration 0014 to drop the notes column from cafes table
- Remove notes from domain structs, repository, view model, CLI, routes
- Remove notes textarea/column from web templates
- Update bootstrap script and all test files
2026-02-03 21:02:37 +00:00
..
0001_init.sql feat: add bags domain and repositories 2025-11-27 13:56:06 +00:00
0002_auth.sql feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00
0003_sessions.sql feat!: use numeric, database-generated IDs throughout 2025-11-25 18:21:04 +00:00
0004_add_bags.sql feat: add bags domain and repositories 2025-11-27 13:56:06 +00:00
0005_add_action_to_timeline.sql fix: add an action field to timeline events 2025-11-27 14:52:13 +00:00
0006_add_gear.sql feat(domain): add Gear entity with database migrations 2026-02-02 15:14:23 +00:00
0007_update_timeline_constraint_for_gear.sql fix: correct the database migration for gear 2026-02-02 15:58:31 +00:00
0008_remove_gear_notes.sql refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
0009_add_brews.sql feat(brews): add domain layer and database migration 2026-02-02 19:29:23 +00:00
0010_denormalize_timeline.sql refactor(timeline): denormalize data and simplify frontend 2026-02-03 08:53:29 +00:00
0011_add_filter_paper.sql feat(gear): add filter paper category and optional brew association 2026-02-03 10:13:35 +00:00
0012_add_cafes.sql feat(cafes): add migration and domain layer for cafe entity 2026-02-03 14:52:37 +00:00
0013_add_cups.sql feat(cups): add migration and domain layer for cup entity 2026-02-03 16:35:56 +00:00
0014_remove_cafe_notes.sql refactor(cafes): remove notes field from Cafe entity 2026-02-03 21:02:37 +00:00