mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-03-18 21:58:20 +01:00
Do not recompute stats on dumpless upgrade
Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
parent
d53225bf64
commit
a92a48b9b9
@ -32,7 +32,7 @@ impl UpgradeIndex for Latest_V1_13_To_Latest_V1_14 {
|
||||
index.vector_arroy.remap_data_type(),
|
||||
)?;
|
||||
|
||||
Ok(true)
|
||||
Ok(false)
|
||||
}
|
||||
|
||||
fn target_version(&self) -> (u32, u32, u32) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user