Update dumpless upgrades

This commit is contained in:
Mubelotix
2025-08-18 09:44:55 +02:00
parent 36cac8acf7
commit c974f0ab0a
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,8 @@ pub fn upgrade_index_scheduler(
(1, 14, _) => 0,
(1, 15, _) => 0,
(1, 16, _) => 0,
(1, 17, _) => 0,
(1, 18, _) => 0,
(major, minor, patch) => {
if major > current_major
|| (major == current_major && minor > current_minor)