mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-06 12:15:45 +00:00
Add v1.15 in index-scheduler upgrade
This commit is contained in:
parent
2d1412afce
commit
f349630e78
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user