mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-07 18:06:52 +08:00
chore(database): Rename table name from workflow__conversation_variables to workflow_conversation_variables. (#7432)
This commit is contained in:
@@ -724,7 +724,7 @@ class WorkflowAppLog(db.Model):
|
||||
|
||||
|
||||
class ConversationVariable(db.Model):
|
||||
__tablename__ = 'workflow__conversation_variables'
|
||||
__tablename__ = 'workflow_conversation_variables'
|
||||
|
||||
id: Mapped[str] = db.Column(StringUUID, primary_key=True)
|
||||
conversation_id: Mapped[str] = db.Column(StringUUID, nullable=False, primary_key=True)
|
||||
|
||||
Reference in New Issue
Block a user