From c89d8ba740cb47fd86089c9879030e558502ee9f Mon Sep 17 00:00:00 2001 From: hjlarry Date: Wed, 21 Jan 2026 09:35:24 +0800 Subject: [PATCH] fix comment --- api/services/workflow_app_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/services/workflow_app_service.py b/api/services/workflow_app_service.py index b144d285f9..efc76c33bc 100644 --- a/api/services/workflow_app_service.py +++ b/api/services/workflow_app_service.py @@ -14,6 +14,7 @@ from services.plugin.plugin_service import PluginService from services.workflow.entities import TriggerMetadata +# Since the workflow_app_log table has exceeded 100 million records, we use an additional details field to extend it class LogView: """Lightweight wrapper for WorkflowAppLog with computed details.