- All package migrations now guarded with hasTable()/hasColumn() so they coexist with the consolidated app-level migration - Migration 000001: aligned agent_api_keys and agent_sessions schemas with current model expectations (key not key_hash, session_id not uuid, etc.) - Migration 000002: hasColumn guards for ALTER TABLE safety - Migration 000003: hasTable guards for all CREATE TABLE calls - Dashboard: wrap all queries in try/catch so /hub/agents loads even when tables haven't been migrated yet Co-Authored-By: Virgil <virgil@lethean.io> |
||
|---|---|---|
| .. | ||
| ApiKeyManager.php | ||
| ApiKeys.php | ||
| Dashboard.php | ||
| PlanDetail.php | ||
| Plans.php | ||
| Playground.php | ||
| RequestLog.php | ||
| SessionDetail.php | ||
| Sessions.php | ||
| Templates.php | ||
| ToolAnalytics.php | ||
| ToolCalls.php | ||