chore: add forwarder address for users
This commit is contained in:
@@ -42,6 +42,9 @@ export class User extends BaseEntity {
|
||||
@Property({ type: "timestamptz", nullable: true })
|
||||
lastQuotaSync?: Date;
|
||||
|
||||
@Property({ type: "json", nullable: true })
|
||||
forwarders?: string[];
|
||||
|
||||
@Property({ default: true, nullable: false })
|
||||
isActive: boolean & Opt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user