mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Merge pull request #2472 from spencertweedy/spencertweedy-patch-1
Update schema.prisma
This commit is contained in:
commit
30a14dff6c
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ generator client {
|
||||||
datasource db {
|
datasource db {
|
||||||
provider = "postgresql"
|
provider = "postgresql"
|
||||||
url = env("DATABASE_URL")
|
url = env("DATABASE_URL")
|
||||||
|
directUrl = env("DIRECT_URL") // plain connection with no pgBouncer (used for push & migrations)
|
||||||
relationMode = "prisma"
|
relationMode = "prisma"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue