Add v1.15 in index-scheduler upgrade

This commit is contained in:
ManyTheFish 2025-05-12 13:53:23 +02:00
parent 2d1412afce
commit f349630e78

View File

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