mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Merge pull request #9 from laurent-d/add-schema-prisma
test prisma schema
This commit is contained in:
commit
44800694e9
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ generator client {
|
|||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
directUrl = env("DIRECT_DATABASE_URL") // Add this line
|
||||
relationMode = "prisma"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue