chore: add najva push notif service

This commit is contained in:
mahyargdz
2025-07-28 09:50:58 +03:30
parent 6e227c53fd
commit 4e32eadf9a
14 changed files with 274 additions and 79 deletions
@@ -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)