Skip to content

Commit

Permalink
build: fix field name
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed Mar 16, 2024
1 parent 3de766c commit 26e783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ model LiteLLM_VerificationToken {
}

model LiteLLM_EndUserTable {
id String @id
user_id String @id
alias String? // admin-facing alias
spend Float @default(0.0)
budget_id String?
Expand Down

0 comments on commit 26e783a

Please sign in to comment.