Skip to content

Commit 8da4b3c

Browse files
style: add comments on schema reflecting org id field on schema
Closes #11092
1 parent 1cd97e4 commit 8da4b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ model LiteLLM_VerificationToken {
204204
model_spend Json @default("{}")
205205
model_max_budget Json @default("{}")
206206
budget_id String?
207-
organization_id String?
207+
organization_id String? // deprecated param, as user can be part of multiple organizations. Check LiteLLM_OrganizationMembership instead.
208208
object_permission_id String?
209209
created_at DateTime? @default(now()) @map("created_at")
210210
created_by String?

0 commit comments

Comments
 (0)