Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(migrations): SpelLoadBalancersMigration runs on every migration #1070

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 15, 2021

  1. fix(migrations): SpelLoadBalancersMigration runs on every migration

    `isValid` returns true for `SpelLoadBalancersMigration` and there is no `VALID_UNTIL` set. Because of this, this migration runs regardless of the migration that were planning to run. I imagine the intent was originally to run this once, but in its current configuration, that is not true.
    JonGilmore committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3262e69 View commit details
    Browse the repository at this point in the history