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

Recreate Tables should Recreate indexes on MySQL (#16718) #16739

Merged
merged 2 commits into from
Aug 21, 2021

Commits on Aug 19, 2021

  1. Recreate Tables should Recreate indexes on MySQL (go-gitea#16718)

    The MySQL indexes are not being renamed at the same time as RENAME table despite the
    CASCADE. Therefore it is probably better to just recreate the indexes instead.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    a74d61e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    8c1315a View commit details
    Browse the repository at this point in the history