pub async fn upsert(
conn: &mut PgConnection,
course_module_id: Uuid,
course_unit_realisation_id: &str,
label: Option<&str>,
active: bool,
) -> ModelResult<Uuid>pub async fn upsert(
conn: &mut PgConnection,
course_module_id: Uuid,
course_unit_realisation_id: &str,
label: Option<&str>,
active: bool,
) -> ModelResult<Uuid>