mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00: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…
Reference in a new issue