collab: Fix subscription_usage_id column type (#29871)
This PR fixes the type of the `subscription_usage_id` column on the `SubscriptionUsageMeter` model. Release Notes: - N/A
This commit is contained in:
@@ -8,7 +8,7 @@ use crate::llm::db::ModelId;
|
||||
pub struct Model {
|
||||
#[sea_orm(primary_key)]
|
||||
pub id: Uuid,
|
||||
pub subscription_usage_id: i32,
|
||||
pub subscription_usage_id: Uuid,
|
||||
pub model_id: ModelId,
|
||||
pub mode: CompletionMode,
|
||||
pub requests: i32,
|
||||
|
||||
Reference in New Issue
Block a user