Skip to main content

insert_many

Function insert_many 

Source
pub async fn insert_many(
    conn: &mut PgConnection,
    exercise_task_submission_id: Uuid,
    file_upload_ids: &[Uuid],
) -> ModelResult<()>
Expand description

Records the files a task submission was made from, in the order the client sent them.