mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
add sqlite modify chatflow
This commit is contained in:
@@ -22,7 +22,7 @@ export class ChatFlow implements IChatFlow {
|
||||
@Column({ nullable: true })
|
||||
apikeyid?: string
|
||||
|
||||
@Column({ nullable: true })
|
||||
@Column({ nullable: true, type: 'text' })
|
||||
chatbotConfig?: string
|
||||
|
||||
@CreateDateColumn()
|
||||
|
||||
Reference in New Issue
Block a user