mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix last fetch at column
This commit is contained in:
parent
f1deca700a
commit
eb604fff84
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ export class Subscription extends BaseEntity {
|
|||
@Column('integer', { default: 0 })
|
||||
count!: number
|
||||
|
||||
@Column('timestamp', { nullable: true })
|
||||
@Column({ type: 'timestamp', name: 'last_fetched_at', nullable: true })
|
||||
lastFetchedAt?: Date | null
|
||||
|
||||
@Column({ type: 'timestamp', name: 'created_at' })
|
||||
|
|
|
|||
Loading…
Reference in a new issue