forked from phoenix/litellm-mirror
fix schema
This commit is contained in:
parent
cbef0c0a0d
commit
5745f3d6cc
3 changed files with 0 additions and 3 deletions
|
@ -149,7 +149,6 @@ model LiteLLM_VerificationToken {
|
|||
model_max_budget Json @default("{}")
|
||||
budget_id String?
|
||||
litellm_budget_table LiteLLM_BudgetTable? @relation(fields: [budget_id], references: [budget_id])
|
||||
key_state String? // can be "active", "inactive"
|
||||
created_at DateTime @default(now()) @map("created_at")
|
||||
updated_at DateTime @default(now()) @updatedAt @map("updated_at")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue