mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-28 17:00:32 +00:00
Do a no-op when upgrading version
This commit is contained in:
@@ -50,6 +50,7 @@ pub fn upgrade_index_scheduler(
|
|||||||
(1, 24, _) => 0,
|
(1, 24, _) => 0,
|
||||||
(1, 25, _) => 0,
|
(1, 25, _) => 0,
|
||||||
(1, 26, _) => 0,
|
(1, 26, _) => 0,
|
||||||
|
(1, 27, _) => 0,
|
||||||
(major, minor, patch) => {
|
(major, minor, patch) => {
|
||||||
if major > current_major
|
if major > current_major
|
||||||
|| (major == current_major && minor > current_minor)
|
|| (major == current_major && minor > current_minor)
|
||||||
|
|||||||
Reference in New Issue
Block a user