refactor: Remove obsolete AI image generation traces and related fields from courses and lessons.
This commit is contained in:
@@ -83,8 +83,6 @@ pub struct Lesson {
|
|||||||
pub due_date: Option<DateTime<Utc>>,
|
pub due_date: Option<DateTime<Utc>>,
|
||||||
pub important_date_type: Option<String>, // "exam", "assignment", "milestone", etc.
|
pub important_date_type: Option<String>, // "exam", "assignment", "milestone", etc.
|
||||||
pub transcription_status: Option<String>,
|
pub transcription_status: Option<String>,
|
||||||
pub video_generation_status: Option<String>,
|
|
||||||
pub video_generation_error: Option<String>,
|
|
||||||
pub is_previewable: bool,
|
pub is_previewable: bool,
|
||||||
pub created_at: DateTime<Utc>,
|
pub created_at: DateTime<Utc>,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user