add migration queries for rate limit

This commit is contained in:
chungyau97
2023-09-09 23:25:28 +08:00
parent 209b4a6864
commit c4c007b164
8 changed files with 46 additions and 7 deletions
@@ -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()