Skip to content

Commit

Permalink
remove redundant index
Browse files Browse the repository at this point in the history
  • Loading branch information
mscoutermarsh committed Mar 9, 2024
1 parent 45ccfe5 commit 0a400bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ model LikedPosts {
createdAt DateTime @default(now())
@@id([postId, userId])
@@index([postId])
@@index([userId])
}

Expand Down

0 comments on commit 0a400bb

Please sign in to comment.