Add v1.19 in index-scheduler and index upgrades

This commit is contained in:
Louis Dureuil
2025-08-21 16:37:35 +02:00
parent 820854ba5c
commit 7de44ad2b7
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ const fn start(from: (u32, u32, u32)) -> Option<usize> {
(1, 16, _) => function_index!(7),
(1, 17, _) => function_index!(7),
(1, 18, _) => function_index!(7),
(1, 19, _) => function_index!(7),
// We deliberately don't add a placeholder with (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH) here to force manually
// considering dumpless upgrade.
(_major, _minor, _patch) => return None,