Update dumpless upgrade for v1.21

This commit is contained in:
Louis Dureuil
2025-09-15 10:46:40 +02:00
parent a9b8a60320
commit 7dc1c03a36
19 changed files with 41 additions and 38 deletions

View File

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