mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
add migration queries for rate limit
This commit is contained in:
@@ -25,7 +25,7 @@ export class ChatFlow implements IChatFlow {
|
||||
@Column({ nullable: true, type: 'text' })
|
||||
chatbotConfig?: string
|
||||
|
||||
@Column({ nullable: true })
|
||||
@Column({ nullable: true, type: 'text' })
|
||||
apiConfig?: string
|
||||
|
||||
@CreateDateColumn()
|
||||
|
||||
Reference in New Issue
Block a user