mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 22:48:07 +08:00
chore: add database migration
This commit is contained in:
@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user