mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +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"
|
provider = "postgresql"
|
||||||
url = env("DATABASE_URL")
|
url = env("DATABASE_URL")
|
||||||
relationMode = "prisma"
|
relationMode = "prisma"
|
||||||
usePreparedStatements = false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
model User {
|
model User {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue