mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2841 from omnivore-app/fix/admin-rm-unused-columns
Remove some unused columns from the subscription admin accessor
This commit is contained in:
commit
7fa27cead5
1 changed files with 0 additions and 6 deletions
|
|
@ -288,15 +288,9 @@ export class Subscription extends BaseEntity {
|
|||
})
|
||||
status!: SubscriptionStatus
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
description?: string
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
url?: string
|
||||
|
||||
@Column('text', { nullable: true })
|
||||
icon?: string
|
||||
|
||||
@Column('enum', {
|
||||
enum: SubscriptionType,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue