add digestConfig to the userPersonalization entity
This commit is contained in:
@ -56,4 +56,7 @@ export class UserPersonalization {
|
||||
|
||||
@Column('json')
|
||||
fields?: any | null
|
||||
|
||||
@Column('jsonb')
|
||||
digestConfig?: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user