Upgrade index scheduler

This commit is contained in:
Clément Renault
2025-10-20 12:22:27 +02:00
parent 77394bd4b9
commit a63762737c

View File

@@ -47,6 +47,7 @@ pub fn upgrade_index_scheduler(
(1, 21, _) => 0,
(1, 22, _) => 0,
(1, 23, _) => 0,
(1, 24, _) => 0,
(major, minor, patch) => {
if major > current_major
|| (major == current_major && minor > current_minor)