Merge pull request #5829 from meilisearch/index-rename

Index rename
This commit is contained in:
Tamo
2025-08-14 15:39:28 +00:00
committed by GitHub
120 changed files with 1423 additions and 385 deletions

View File

@ -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,