mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 03:25:40 +01:00
Update schema.prisma
This commit is contained in:
parent
777515f754
commit
983769a268
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ generator client {
|
|||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
directUrl = env("DATABASE_DIRECT_URL")
|
||||
relationMode = "prisma"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue