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 column name issue with translation database #2538

Merged
merged 1 commit into from
Jan 12, 2024

Commits on Jan 12, 2024

  1. Fix column name issue with translation database

    Older versions of the translation database (versions 2 and 3) added and
    had a translator_foreign field. In version 4, this was renamed to
    translatorForeign. The code assumed it was always named as
    translatorForeign, which is incorrect, thus crashing for people
    upgrading from older versions.
    ahmedre committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    203ca22 View commit details
    Browse the repository at this point in the history