Add impersonatedBy field to Session model for admin plugin

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 13:25:39 +05:00
parent 0e4f6c4b01
commit 9731fcab48
+1
View File
@@ -42,6 +42,7 @@ model Session {
expiresAt DateTime
ipAddress String?
userAgent String?
impersonatedBy String?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt