mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
add sqlite modify credential
This commit is contained in:
@@ -13,7 +13,7 @@ export class Credential implements ICredential {
|
||||
@Column()
|
||||
credentialName: string
|
||||
|
||||
@Column()
|
||||
@Column({ type: 'text' })
|
||||
encryptedData: string
|
||||
|
||||
@CreateDateColumn()
|
||||
|
||||
Reference in New Issue
Block a user