We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd97e4 commit 8da4b3cCopy full SHA for 8da4b3c
schema.prisma
@@ -204,7 +204,7 @@ model LiteLLM_VerificationToken {
204
model_spend Json @default("{}")
205
model_max_budget Json @default("{}")
206
budget_id String?
207
- organization_id String?
+ organization_id String? // deprecated param, as user can be part of multiple organizations. Check LiteLLM_OrganizationMembership instead.
208
object_permission_id String?
209
created_at DateTime? @default(now()) @map("created_at")
210
created_by String?
0 commit comments