mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add icon to the subscription entity
This commit is contained in:
parent
0cd73053c3
commit
94719a5cce
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ export class Subscription {
|
|||
@Column('text', { nullable: true })
|
||||
unsubscribeHttpUrl?: string
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
icon?: string
|
||||
|
||||
@CreateDateColumn()
|
||||
createdAt!: Date
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue