Rather than create a PR for this I just wanted to check to see if the dropColumn/dropIndex down migrations work for anyone else. For me it tried to concatenate the index names together to give something like users_model_id_version_is_current_version_index. Dropping the columns before the indexes also gives an error about it not existing. I think it needs to be changed to something like
Rather than create a PR for this I just wanted to check to see if the
dropColumn
/dropIndex
down migrations work for anyone else. For me it tried to concatenate the index names together to give something likeusers_model_id_version_is_current_version_index
. Dropping the columns before the indexes also gives an error about it not existing. I think it needs to be changed to something like