1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-02 12:28:25 +00:00
Files
gitea/models/migrations/migrations.go
zeripath 5ceff8fda2 Recreate Tables should Recreate indexes on MySQL (#16718) (#16739)
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>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-08-20 22:47:37 -04:00

34 KiB