forked from phoenix/litellm-mirror
fix: prisma schema
This commit is contained in:
parent
8717ee6d9a
commit
4e758ecd64
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
datasource client {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
directUrl = env("DIRECT_URL")?
|
||||
directUrl = env("DIRECT_URL")
|
||||
}
|
||||
|
||||
generator client {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue