forked from phoenix/litellm-mirror
build(schema.prisma): use jsonProtocol to fix db connection issues
https://github.com/prisma/prisma/discussions/19978
This commit is contained in:
parent
bc17404055
commit
d57995a73d
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ datasource client {
|
|||
|
||||
generator client {
|
||||
provider = "prisma-client-py"
|
||||
previewFeatures = ["jsonProtocol"]
|
||||
}
|
||||
|
||||
// Budget / Rate Limits for an org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue