mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
Update schema.prisma
This commit is contained in:
parent
a1ca438c64
commit
ff780e0aef
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ generator client {
|
|||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
directUrl = env("DIRECT_DATABASE_URL") ## @see https://blog.atrera.com/post/hosting-your-own-analytics-a-guide-with-umami-vercel-and-supabase/
|
||||
directUrl = env("DIRECT_DATABASE_URL")
|
||||
relationMode = "prisma"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue