fix schema.prisma change
This commit is contained in:
parent
a0bebc3413
commit
8a9bb51f4e
@ -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?
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user