fix: use declared_attr.directive for WorkflowNodeExecutionModel.__table_args__ (#32656)

Signed-off-by: edvatar <88481784+toroleapinc@users.noreply.github.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
This commit is contained in:
edvatar
2026-03-02 10:15:06 +08:00
committed by GitHub
co-authored by Asuka Minato
parent 248202c220
commit 00dbaef04f
+1 -1
View File
@@ -787,7 +787,7 @@ class WorkflowNodeExecutionModel(Base): # This model is expected to have `offlo
__tablename__ = "workflow_node_executions"
@declared_attr
@declared_attr.directive
@classmethod
def __table_args__(cls) -> Any:
return (