table_migrator
table_migrator copied to clipboard
index name built from new table name
When adding an index using change_table and t.index :name, the index name is built from the name of the new table during the migration, so I get index_new_users_on_name instead of index_users_on_name. This is not a major issue, but it would be nice if it used the correct name.