project-bifrost-platform/migrations
Jonathan Hvid 59842432bd feat(roadmap): add planned status
Adds a fifth roadmap status, `planned`, for items that are committed and
scheduled but not yet started — sitting between `in_beta` and `exploring`
in the progression. Rendered with the design system's indigo pigment
(#5a6d83) on the route, carousel, legend, and admin pill.

Migration 0008 widens the status CHECK constraint via a table rebuild
(SQLite can't alter it in place), preserving rows and attributions.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 11:30:06 +02:00
..
0001_initial.sql feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
0002_join_requests.sql feat: join_requests table and join CTA flow 2026-04-19 20:29:09 +02:00
0003_council_portal.sql feat(db): add migration 0003 for council portal schema 2026-05-11 14:39:07 +02:00
0004_phase_two.sql feat(db): migration 0004 — phase 2 schema + 4 new tokens 2026-05-11 15:46:53 +02:00
0005_polls_on_dispatches.sql feat(polls): polls attach to dispatches — standalone Pulses entity retired 2026-05-12 10:14:50 +02:00
0006_roadmap_considering.sql feat(db): roadmap_items gains 'considering' + 'in_beta' rename, --on-ink tokens 2026-05-12 10:46:39 +02:00
0007_roadmap_metadata.sql feat(db): roadmap_items.metadata_text + admin field 2026-05-12 11:39:18 +02:00
0008_roadmap_planned.sql feat(roadmap): add planned status 2026-06-10 11:30:06 +02:00