forked from phoenix/litellm-mirror
track created, updated at virtual keys
This commit is contained in:
parent
1cd1d23fdf
commit
cce118e091
2 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,8 @@ model LiteLLM_VerificationToken {
|
||||||
model_spend Json @default("{}")
|
model_spend Json @default("{}")
|
||||||
model_max_budget Json @default("{}")
|
model_max_budget Json @default("{}")
|
||||||
budget_id String?
|
budget_id String?
|
||||||
|
created_at DateTime? @default(now()) @map("created_at")
|
||||||
|
updated_at DateTime? @default(now()) @updatedAt @map("updated_at")
|
||||||
litellm_budget_table LiteLLM_BudgetTable? @relation(fields: [budget_id], references: [budget_id])
|
litellm_budget_table LiteLLM_BudgetTable? @relation(fields: [budget_id], references: [budget_id])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -154,6 +154,8 @@ model LiteLLM_VerificationToken {
|
||||||
model_spend Json @default("{}")
|
model_spend Json @default("{}")
|
||||||
model_max_budget Json @default("{}")
|
model_max_budget Json @default("{}")
|
||||||
budget_id String?
|
budget_id String?
|
||||||
|
created_at DateTime? @default(now()) @map("created_at")
|
||||||
|
updated_at DateTime? @default(now()) @updatedAt @map("updated_at")
|
||||||
litellm_budget_table LiteLLM_BudgetTable? @relation(fields: [budget_id], references: [budget_id])
|
litellm_budget_table LiteLLM_BudgetTable? @relation(fields: [budget_id], references: [budget_id])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue