mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add digestConfig to the userPersonalization entity
This commit is contained in:
parent
6592ac6a86
commit
0639a52676
1 changed files with 3 additions and 0 deletions
|
|
@ -56,4 +56,7 @@ export class UserPersonalization {
|
|||
|
||||
@Column('json')
|
||||
fields?: any | null
|
||||
|
||||
@Column('jsonb')
|
||||
digestConfig?: any
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue