pub async fn update_last_accessed(
db: &DatabaseConnection,
data_ids: &[Uuid],
timestamp: DateTime<Utc>,
) -> Result<(), DatabaseError>Expand description
Update last_accessed for a batch of Data records identified by their IDs.
This is a no-op when data_ids is empty.