fix: migrations

This commit is contained in:
yyh 2026-01-23 18:04:42 +08:00
parent 65ffc5b3d9
commit c51c40ede7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'aab323465866'
down_revision = 'f9f6d18a37f9'
down_revision = '9d77545f524e'
branch_labels = None
depends_on = None

View File

@ -212,9 +212,9 @@ __all__ = [
"Workflow",
"WorkflowAppLog",
"WorkflowAppLogCreatedFrom",
"WorkflowArchiveLog",
"WorkflowFeature",
"WorkflowFeatures",
"WorkflowArchiveLog",
"WorkflowNodeExecutionModel",
"WorkflowNodeExecutionOffload",
"WorkflowNodeExecutionTriggeredFrom",