mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
(fix) prisma remove json protocol
This commit is contained in:
parent
2811d6e14b
commit
98a48434ff
2 changed files with 0 additions and 10 deletions
|
@ -3,11 +3,6 @@ datasource client {
|
||||||
url = env("DATABASE_URL")
|
url = env("DATABASE_URL")
|
||||||
}
|
}
|
||||||
|
|
||||||
generator client {
|
|
||||||
provider = "prisma-client-py"
|
|
||||||
previewFeatures = ["jsonProtocol"]
|
|
||||||
}
|
|
||||||
|
|
||||||
// Budget / Rate Limits for an org
|
// Budget / Rate Limits for an org
|
||||||
model LiteLLM_BudgetTable {
|
model LiteLLM_BudgetTable {
|
||||||
budget_id String @id @default(uuid())
|
budget_id String @id @default(uuid())
|
||||||
|
|
|
@ -3,11 +3,6 @@ datasource client {
|
||||||
url = env("DATABASE_URL")
|
url = env("DATABASE_URL")
|
||||||
}
|
}
|
||||||
|
|
||||||
generator client {
|
|
||||||
provider = "prisma-client-py"
|
|
||||||
previewFeatures = ["jsonProtocol"]
|
|
||||||
}
|
|
||||||
|
|
||||||
// Budget / Rate Limits for an org
|
// Budget / Rate Limits for an org
|
||||||
model LiteLLM_BudgetTable {
|
model LiteLLM_BudgetTable {
|
||||||
budget_id String @id @default(uuid())
|
budget_id String @id @default(uuid())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue