Function copy_cheater_thresholds

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