Files
apex-public/internal/store/migrations/007_stories.sql
T
2026-07-06 11:05:50 -04:00

5 lines
219 B
SQL

-- Phase 3E: Extract STAR stories from Block F into structured data.
-- Stores stories as JSON array for querying and UI reconstruction.
ALTER TABLE reports ADD COLUMN stories TEXT; -- JSON array of STAR story objects