senaite / senaite.core

Enterprise Open Source Laboratory System (LIMS)
https://senaite.com
GNU General Public License v2.0
254 stars 145 forks source link

Fix clashing upgrade step number #2605

Closed ramonski closed 2 months ago

ramonski commented 2 months ago

Description of the issue/feature this PR addresses

This PR is complementary to https://github.com/senaite/senaite.core/pull/2584

Current behavior before PR

Upgrade step 2646 was already taken by https://github.com/senaite/senaite.core/pull/2603

Desired behavior after PR is merged

Use upgrade step 2647 instaed

-- I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.