chore: add database migration

This commit is contained in:
Stream
2025-08-22 21:07:54 +08:00
parent 11b6ea742d
commit 29f56cf0cf
2 changed files with 87 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from .account import (
TenantStatus,
)
from .api_based_extension import APIBasedExtension, APIBasedExtensionPoint
from .chatflow_memory import ChatflowMemoryVariable, ChatflowConversation, ChatflowMessage
from .dataset import (
AppDatasetJoin,
Dataset,
@ -177,5 +178,8 @@ __all__ = [
"WorkflowRunTriggeredFrom",
"WorkflowToolProvider",
"WorkflowType",
"ChatflowMemoryVariable",
"ChatflowConversation",
"ChatflowMessage",
"db",
]