(fix) prisma remove json protocol

This commit is contained in:
Ishaan Jaff 2024-03-28 12:06:57 -07:00
parent 95b44c82a0
commit e44594d9da
2 changed files with 0 additions and 10 deletions

View file

@ -3,11 +3,6 @@ datasource client {
url = env("DATABASE_URL")
}
generator client {
provider = "prisma-client-py"
previewFeatures = ["jsonProtocol"]
}
// Budget / Rate Limits for an org
model LiteLLM_BudgetTable {
budget_id String @id @default(uuid())