test: support server-side unit testing (#2485)
This commit is contained in:
@@ -79,7 +79,7 @@ export class User {
|
||||
@Column({ nullable: true, select: false })
|
||||
public resetPasswordGuid?: string;
|
||||
|
||||
@Column({ type: 'date', nullable: true })
|
||||
@DbAwareColumn({ type: 'datetime', nullable: true })
|
||||
public recoveryLinkExpirationDate?: Date | null;
|
||||
|
||||
@Column({ type: 'integer', default: UserType.PLEX })
|
||||
|
||||
Reference in New Issue
Block a user