chore: remove userEmail to email

This commit is contained in:
bo0tzz
2026-04-18 17:28:21 +02:00
parent 12e36ad082
commit e583e3c55a
4 changed files with 5 additions and 5 deletions
@@ -15,7 +15,7 @@ export class OAuthLinkTokenTable {
oauthSid!: string | null;
@Column()
userEmail!: string;
email!: string;
@Column({ type: 'timestamp with time zone' })
expiresAt!: Timestamp;