auto_migrations
auto_migrations copied to clipboard
Indexes seems not to migrate from non-unique to unique
When I modify db/schema.rb to change the index and then run rake db:auto:migrate it does nothing :(
I confirm this problem.