feat(scud): добавление таблицы scud_events_raw и сохранение детальной ленты проходов
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ def print_stats():
|
||||
with get_connection() as conn:
|
||||
cursor = conn.cursor()
|
||||
tables = [
|
||||
'scud_logs', 'zup_staff', 'zup_absences', 'anomalies_history',
|
||||
'scud_logs', 'scud_events_raw', 'zup_staff', 'zup_absences', 'anomalies_history',
|
||||
'ai_knowledge_base', 'chat_messages', 'session_states',
|
||||
'system_prompt_nodes', 'tasks', 'exceptions_registry'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user