From 85426550491343996814d83519bc495ade120cf0 Mon Sep 17 00:00:00 2001 From: Nurfog Date: Mon, 9 Mar 2026 10:52:03 -0300 Subject: [PATCH] refactor: Remove obsolete AI image generation traces and related fields from courses and lessons. --- shared/common/src/models.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/shared/common/src/models.rs b/shared/common/src/models.rs index 9cafeb9..36933af 100644 --- a/shared/common/src/models.rs +++ b/shared/common/src/models.rs @@ -83,8 +83,6 @@ pub struct Lesson { pub due_date: Option>, pub important_date_type: Option, // "exam", "assignment", "milestone", etc. pub transcription_status: Option, - pub video_generation_status: Option, - pub video_generation_error: Option, pub is_previewable: bool, pub created_at: DateTime, }