Skip to content

Commit 3994a67

Browse files
authored
Add index on createdAt field in schema.prisma
1 parent d4a06ce commit 3994a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal-packages/database/prisma/schema.prisma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2418,6 +2418,7 @@ model ImpersonationAuditLog {
24182418
24192419
@@index([adminId])
24202420
@@index([targetId])
2421+
@@index([createdAt])
24212422
24222423
}
24232424

0 commit comments

Comments
 (0)