summaryrefslogtreecommitdiff
path: root/migrations/024_labels_and_projects.sql
AgeCommit message (Collapse)Author
2026-07-16feat(tasks): add projects/labels schema, wire project_id through native tasksPeter Stone
project_id joins the existing labels JSON column as series-level metadata: CreateNextIteration copies both onto every new recurring occurrence, matching content/description/priority's existing behavior.