mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
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
Reference in a new issue