refactor: remove obsolete AI image and video generation traces from courses and lessons.

This commit is contained in:
2026-03-09 10:52:57 -03:00
parent 8542655049
commit c292efdc28
5 changed files with 49 additions and 20 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ pub struct BackgroundTask {
pub id: Uuid,
pub title: String,
pub course_title: Option<String>,
pub task_type: String, // 'transcription', 'lesson_image', 'course_image'
pub task_type: String, // 'transcription'
pub status: String,
pub progress: i32,
pub updated_at: chrono::DateTime<chrono::Utc>,