mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Fix#1947 (#1960)
* Fixes #1947 * Lint fix * fallback from timestamp with timezone to timestamp --------- Co-authored-by: Emrah TOY <emrah.toy@mtekbilisim.com>
This commit is contained in:
@@ -10,15 +10,17 @@ export class Assistant implements IAssistant {
|
||||
@Column({ type: 'text' })
|
||||
details: string
|
||||
|
||||
@Column()
|
||||
@Column({ type: 'uuid'})
|
||||
credential: string
|
||||
|
||||
@Column({ nullable: true })
|
||||
iconSrc?: string
|
||||
|
||||
@Column({ type: 'timestamp' })
|
||||
@CreateDateColumn()
|
||||
createdDate: Date
|
||||
|
||||
@Column({ type: 'timestamp' })
|
||||
@UpdateDateColumn()
|
||||
updatedDate: Date
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user