Skip to content

Commit

Permalink
Added some indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Feb 12, 2024
1 parent 39e44f2 commit c546ddd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ model Config {
views Int @default(0)
isPrivate Boolean @default(false)
category String?
@@index([plugin])
@@index([name])
@@index([isPrivate])
}

model User {
Expand Down

0 comments on commit c546ddd

Please sign in to comment.