(fix) prisma - use original prisma client py generator

This commit is contained in:
Ishaan Jaff 2024-03-28 12:25:28 -07:00
parent 2c2f3aa7cd
commit 2b0feab16b
2 changed files with 8 additions and 0 deletions

View file

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