fix(FN-1879): add roadmaps and project_insights tables to SCHEMA_SQL
- Add roadmaps table for roadmap persistence with id, title, description, timestamps - Add roadmap_milestones table with FK cascade to roadmaps and orderIndex for deterministic sorting - Add roadmap_features table with FK cascade to milestones and orderIndex for feature ordering - Add project_insights table for normalized insight entities with category, status, fingerprint fields - Add project_insight_runs table for insight-generation run records with trigger, status, counts - Add covering indexes for milestone/feature ordering and insight filtering by projectId, category, fingerprint
This commit is contained in:
5
.changeset/fix-roadmaps-table-missing.md
Normal file
5
.changeset/fix-roadmaps-table-missing.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Fix "no such table roadmaps" error by adding roadmap and project_insights tables to the initial database schema.
|
||||
Reference in New Issue
Block a user