Skip to content

Commit

Permalink
feat: enable prisma relation joins
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Apr 2, 2024
1 parent 3385335 commit e5bd261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
previewFeatures = ["relationJoins"]
}

generator dbml {
Expand Down

0 comments on commit e5bd261

Please sign in to comment.