forked from phoenix/litellm-mirror
fix schema.prisma change
This commit is contained in:
parent
a0bebc3413
commit
8a9bb51f4e
2 changed files with 4 additions and 4 deletions
|
@ -238,8 +238,8 @@ model LiteLLM_TeamMembership {
|
|||
|
||||
model LiteLLM_OrganizationMembership {
|
||||
// Use this table to track Internal User and Organization membership. Helps tracking a users role within an Organization
|
||||
user_id String?
|
||||
organization_id String?
|
||||
user_id String
|
||||
organization_id String
|
||||
user_role String?
|
||||
spend Float? @default(0.0)
|
||||
budget_id String?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue