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 score recalculation in migrate_241_to_242 (backport #1488) #1489

Merged
merged 2 commits into from
Apr 15, 2021

Commits on Apr 14, 2021

  1. Fix score recalculation in migrate_241_to_242

    The two parameter version of the round() functions requires the first
    parameter to be of the type "numeric" and there is no implicit cast,
    so an explicit type cast is added.
    
    (cherry picked from commit 927e44f)
    timopollmeier authored and mergify-bot committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    e9c0f3b View commit details
    Browse the repository at this point in the history
  2. Amend CHANGELOG for score migration fix

    (cherry picked from commit 8232afd)
    timopollmeier authored and mergify-bot committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    f9aea8b View commit details
    Browse the repository at this point in the history