You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
operator-dashboard: fix missing model reference and DB-portable trends
OperatorDashboardSummary referenced a nonexistent model class
(WorkflowWorkerCompatibilityHeartbeat) and queried columns
(last_heartbeat_at) that don't exist on the heartbeats table, so
any dashboardSummary() call from Waterline crashed before producing
output.
Also replace the MySQL-only DATE_FORMAT() in fleetTrendsSeries with
PHP-side hourly bucketing so the query runs under SQLite, PostgreSQL,
SQL Server, and MySQL alike.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments