Skip to content

Commit

Permalink
build(schema.prisma): use jsonProtocol to fix db connection issues
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed Mar 22, 2024
1 parent bc17404 commit d57995a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions litellm/proxy/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ datasource client {

generator client {
provider = "prisma-client-py"
previewFeatures = ["jsonProtocol"]
}

// Budget / Rate Limits for an org
Expand Down
1 change: 1 addition & 0 deletions schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ datasource client {

generator client {
provider = "prisma-client-py"
previewFeatures = ["jsonProtocol"]
}

// Budget / Rate Limits for an org
Expand Down

0 comments on commit d57995a

Please sign in to comment.