Update snapshot and upgrade proc

This commit is contained in:
Louis Dureuil
2025-09-08 10:00:04 +02:00
parent 2940bbb75c
commit 226c102bab
17 changed files with 22 additions and 20 deletions

View File

@ -43,6 +43,7 @@ pub fn upgrade_index_scheduler(
(1, 17, _) => 0,
(1, 18, _) => 0,
(1, 19, _) => 0,
(1, 20, _) => 0,
(major, minor, patch) => {
if major > current_major
|| (major == current_major && minor > current_minor)