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

Remove wrongly added column on migration test fixtures (#23456) #23470

Merged
merged 2 commits into from
Mar 14, 2023

Commits on Mar 14, 2023

  1. Remove wrongly added column on migration test fixtures (go-gitea#23456)

    Fix https://drone.gitea.io/go-gitea/gitea/69418/3/8
    Migration fixtures are in `models/migrations/fixtures`, every folder
    will be used only by the test with the same name.
    For `Test_DeleteOrphanedIssueLabels`, the fixture should keep consistent
    as the database structure at that time. So the newly added `exclusive`
    is not right. Just revert the change in
    https://github.com/go-gitea/gitea/pull/22585/files#diff-f8db9cbbaa10bf7b27eb726884454db821a4b4f8cb9a0d50435555908761bbcb
    lunny authored and GiteaBot committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f928a3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea38ca View commit details
    Browse the repository at this point in the history