mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +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:
@@ -16,9 +16,11 @@ export class Variable implements IVariable {
|
||||
@Column({ default: 'string', type: 'text' })
|
||||
type: string
|
||||
|
||||
@Column({type:'timestamp'})
|
||||
@CreateDateColumn()
|
||||
createdDate: Date
|
||||
|
||||
@Column({type:'timestamp'})
|
||||
@UpdateDateColumn()
|
||||
updatedDate: Date
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user