pub async fn insert_many(
conn: &mut PgConnection,
exercise_service_slug: &str,
uploaded_by_user: Option<Uuid>,
file_upload_ids: &[Uuid],
) -> ModelResult<()>Expand description
Records freshly uploaded files so the reaper can later tell an abandoned one from a file it knows nothing about.