mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Update schema.prisma to point to the DIRECT_DATABASE_URL
This commit is contained in:
parent
5a221e6b9d
commit
9389926da6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ generator client {
|
|||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
url = env("DIRECT_DATABASE_URL")
|
||||
relationMode = "prisma"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue