mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
update entity
This commit is contained in:
parent
1563b44197
commit
3f3a96297f
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ export class Subscription {
|
|||
@Column('timestamp', { nullable: true })
|
||||
refreshedAt?: Date | null
|
||||
|
||||
@Column('timestamp', { nullable: true })
|
||||
failedAt?: Date | null
|
||||
|
||||
@Column('boolean')
|
||||
isPrivate?: boolean | null
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue