mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-04 03:36:30 +00:00
fix: updated_at was not 'updated' when updating the index name
This commit is contained in:
@ -1457,7 +1457,7 @@ impl Index {
|
||||
.0)
|
||||
}
|
||||
|
||||
pub(crate) fn set_updated_at(
|
||||
pub fn set_updated_at(
|
||||
&self,
|
||||
wtxn: &mut RwTxn<'_>,
|
||||
time: &time::OffsetDateTime,
|
||||
|
Reference in New Issue
Block a user