chore: add najva push notif service
This commit is contained in:
@@ -58,6 +58,9 @@ export class User extends BaseEntity {
|
||||
@Property({ type: "timestamptz", nullable: true })
|
||||
twoFactorEnabledAt?: Date;
|
||||
|
||||
@Property({ type: "varchar", nullable: true })
|
||||
pushToken?: string;
|
||||
|
||||
//=========================
|
||||
|
||||
@OneToMany(() => RefreshToken, (token) => token.user)
|
||||
|
||||
Reference in New Issue
Block a user