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 index manually, shouldn't it instead be automated?
Thanks (from a Rails newbie)
From Rails 4 upwards, the index removes automatically with the column removal.