feat: fixing certificate and block

This commit is contained in:
2026-04-14 13:07:45 -04:00
parent e0e6655b91
commit 169a0a18a2
21 changed files with 837 additions and 1226 deletions
+1
View File
@@ -188,6 +188,7 @@ pub struct Enrollment {
pub organization_id: Uuid,
pub course_id: Uuid,
pub external_id: Option<i32>, // idDetalleContrato del sistema externo
pub progress: f32,
pub enrolled_at: DateTime<Utc>,
}