headless_lms_models::course_modules

Function update_certification_enabled

Source
pub async fn update_certification_enabled(
    conn: &mut PgConnection,
    id: Uuid,
    enabled: bool,
) -> ModelResult<()>