add sqlite modify chatflow

This commit is contained in:
chungyau97
2023-09-05 21:50:00 +08:00
parent 0e891bfb3a
commit 427ec32dc6
3 changed files with 21 additions and 2 deletions
@@ -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()