mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Add v1.15 in index-scheduler upgrade
This commit is contained in:
parent
2d1412afce
commit
f349630e78
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue