mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Remove usePreparedStatements from schema
Remove usePreparedStatements setting from datasource.
This commit is contained in:
parent
7b3d7f0479
commit
d74730fd36
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ datasource db {
|
|||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
relationMode = "prisma"
|
||||
usePreparedStatements = false
|
||||
}
|
||||
|
||||
model User {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue