Remove usePreparedStatements from schema

Remove usePreparedStatements setting from datasource.
This commit is contained in:
blackpirateapps 2025-11-02 15:38:18 +05:30 committed by GitHub
parent 7b3d7f0479
commit d74730fd36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,6 @@ datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
relationMode = "prisma"
usePreparedStatements = false
}
model User {