mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Update schema.prisma
fix pgbouncer to supavisor migration issue
This commit is contained in:
parent
784237bfab
commit
7a77c82ca1
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ generator client {
|
|||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
directUrl = env("DIRECT_URL") // plain connection with no pgBouncer (used for push & migrations)
|
||||
relationMode = "prisma"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue