Add icon to the subscription entity

This commit is contained in:
Hongbo Wu 2022-09-27 12:00:13 +08:00
parent 0cd73053c3
commit 94719a5cce

View file

@ -43,6 +43,9 @@ export class Subscription {
@Column('text', { nullable: true })
unsubscribeHttpUrl?: string
@Column('text', { nullable: true })
icon?: string
@CreateDateColumn()
createdAt!: Date