mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Do not recompute stats on dumpless upgrade
Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
d53225bf64
commit
a92a48b9b9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ impl UpgradeIndex for Latest_V1_13_To_Latest_V1_14 {
|
||||||
index.vector_arroy.remap_data_type(),
|
index.vector_arroy.remap_data_type(),
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
Ok(true)
|
Ok(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn target_version(&self) -> (u32, u32, u32) {
|
fn target_version(&self) -> (u32, u32, u32) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue