Add company overview skeleton and cache

This commit is contained in:
2026-03-13 19:05:17 -04:00
parent b1c9c0ef08
commit 0394f4e795
18 changed files with 1571 additions and 158 deletions

View File

@@ -67,7 +67,8 @@ describe('task repos', () => {
'0006_coverage_journal_tracking.sql',
'0007_company_financial_bundles.sql',
'0008_research_workspace.sql',
'0009_task_notification_context.sql'
'0009_task_notification_context.sql',
'0012_company_overview_cache.sql'
]) {
applyMigration(sqliteClient, file);
}