mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
add chatId column
This commit is contained in:
@@ -23,6 +23,9 @@ export class ChatMessage implements IChatMessage {
|
||||
@Column()
|
||||
chatType: string
|
||||
|
||||
@Column()
|
||||
chatId: string
|
||||
|
||||
@Column({ nullable: true })
|
||||
memoryType?: string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user