add digestConfig to the userPersonalization entity

This commit is contained in:
Hongbo Wu
2024-05-03 11:13:24 +08:00
parent 6592ac6a86
commit 0639a52676

View File

@ -56,4 +56,7 @@ export class UserPersonalization {
@Column('json')
fields?: any | null
@Column('jsonb')
digestConfig?: any
}