Skip to content

Commit

Permalink
feature(prisma): adding indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
xandjiji committed Jan 31, 2023
1 parent cd70c22 commit 32a4fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/prisma-database/prisma/schema.prisma
Expand Up @@ -115,6 +115,7 @@ model AuctionNotification {
userId String
@@index([userId])
@@index([notifyAt])
}

model HighlightedAuction {
Expand Down

0 comments on commit 32a4fbd

Please sign in to comment.