feat: Implement course-level asset management and interactive media markers.
This commit is contained in:
@@ -130,6 +130,7 @@ pub struct Enrollment {
|
||||
pub struct Asset {
|
||||
pub id: Uuid,
|
||||
pub organization_id: Uuid,
|
||||
pub course_id: Option<Uuid>,
|
||||
pub filename: String,
|
||||
pub storage_path: String,
|
||||
pub mimetype: String,
|
||||
|
||||
Reference in New Issue
Block a user