-
Bug
-
Resolution: Fixed
-
Major
-
3.2.7
-
None
Migrator never drops unique indexes because only non-unique indexes being checked for existance here https://github.com/phpbb/phpbb/blob/3.2.x/phpBB/phpbb/db/tools/tools.php#L579
For unique indexes this check always returns false and the index gets preserved.