async fn copy_cheater_thresholds(
tx: &mut PgConnection,
new_course_id: Uuid,
old_course_id: Uuid,
) -> ModelResult<()>
async fn copy_cheater_thresholds(
tx: &mut PgConnection,
new_course_id: Uuid,
old_course_id: Uuid,
) -> ModelResult<()>