You must remove your index with:
remove_index :profile_pictures, :picture_id
and add it again with:
add_index :profile_pictures, :picture_id
ActiveRecord::Migration
You must remove your index with:
remove_index :profile_pictures, :picture_id
and add it again with:
add_index :profile_pictures, :picture_id
ActiveRecord::Migration