mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
* ChatId andSessionId returned back to varchar type. * Will fix problems for the users whom already migrated to 1.6.2 --------- Co-authored-by: Emrah TOY <emrah.toy@mtekbilisim.com>
This commit is contained in:
@@ -32,13 +32,13 @@ export class ChatMessage implements IChatMessage {
|
||||
@Column()
|
||||
chatType: string
|
||||
|
||||
@Column({ type: 'uuid' })
|
||||
@Column({ type: 'varchar' })
|
||||
chatId: string
|
||||
|
||||
@Column({ nullable: true })
|
||||
memoryType?: string
|
||||
|
||||
@Column({ type: 'uuid', nullable: true })
|
||||
@Column({ type: 'varchar', nullable: true })
|
||||
sessionId?: string
|
||||
|
||||
@Column({type:'timestamp'})
|
||||
|
||||
Reference in New Issue
Block a user