forked from phoenix/litellm-mirror
(fix) prisma remove json protocol
This commit is contained in:
parent
95b44c82a0
commit
e44594d9da
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