049-create-dashboard-cache.sql
1 -- Migration: Create dashboard_cache table for pre-computed metrics 2 -- Purpose: Store pre-computed dashboard data to improve frontend performance 3 -- Date: 2026-02-12 4 -- Status: Already applied - table and cron job exist 5 6 SELECT 'dashboard_cache table and cron job already exist' as status;