fix the dumpless upgrade again

This commit is contained in:
Tamo
2025-08-11 16:37:09 +02:00
parent 33bc86d71a
commit 54b85b8644

View File

@ -39,6 +39,7 @@ pub fn upgrade_index_scheduler(
(1, 13, _) => 0,
(1, 14, _) => 0,
(1, 15, _) => 0,
(1, 16, _) => 0,
(major, minor, patch) => {
if major > current_major
|| (major == current_major && minor > current_minor)