In Rails 2, will removing a column with a Rails migration also change/remove indexes associated with the column? If not, and instead you have to also change/remove each ind
From Rails 4 upwards, the index removes automatically with the column removal.