parent
f104e9b6cc
commit
df71dbb024
9 changed files with 36 additions and 17 deletions
|
@ -162,9 +162,9 @@ export class UserProfile {
|
|||
@Column('enum', {
|
||||
enum: notificationTypes,
|
||||
array: true,
|
||||
nullable: true,
|
||||
default: [],
|
||||
})
|
||||
public includingNotificationTypes: typeof notificationTypes[number][] | null;
|
||||
public mutingNotificationTypes: typeof notificationTypes[number][];
|
||||
|
||||
//#region Denormalized fields
|
||||
@Index()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue