table_migrator icon indicating copy to clipboard operation
table_migrator copied to clipboard

index name built from new table name

Open ghazel opened this issue 15 years ago • 0 comments

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.

ghazel avatar Jan 16 '11 05:01 ghazel