Skip to content

Commit 0a400bb

Browse files
committed
remove redundant index
1 parent 45ccfe5 commit 0a400bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prisma/schema.prisma

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ model LikedPosts {
9999
createdAt DateTime @default(now())
100100
101101
@@id([postId, userId])
102-
@@index([postId])
103102
@@index([userId])
104103
}
105104

0 commit comments

Comments
 (0)