️ Enable prisma relation joins (#1588)

This commit is contained in:
Luke Vella 2025-02-28 11:15:22 +00:00 committed by GitHub
parent b8a7e9746b
commit d195eb9604
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ datasource db {
generator client {
provider = "prisma-client-js"
binaryTargets = ["native"]
previewFeatures = ["relationJoins"]
}
enum TimeFormat {