Details
Details
Ran the migration and confirmed it succeeded. Also checked my roles table to make sure the correct roles were updated
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Change index on roles from thread to thread_special_role. Re-requesting review since I'd like another pass on this.
Tested this by running SHOW INDEX FROM roles both before and after and confirmed the index was created.
Did some research prior to this and looks like MySQL doesn't support a ALTER INDEX statement, so dropping the index & recreating it seems like the best path forward.