We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279d3ab commit e659f1dCopy full SHA for e659f1d
1 file changed
apps/backend/prisma/schema.prisma
@@ -65,7 +65,7 @@ model RefreshToken {
65
revokedAt DateTime? @map("revoked_at") // null = still valid
66
createdAt DateTime @default(now()) @map("created_at")
67
userAgent String? @map("user_agent")
68
- ip String?
+ ip String? //hash
69
70
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
71
0 commit comments