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-01 21:15:06 -05:00 committed by GitHub
parent 248202c220
commit 00dbaef04f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 (