Run command:
rake db:migrate
rails db:migrate
Specifying target version will run the required migrations (up, down, change) until it has reached the specified version. Here, version number
is the numerical prefix on the migration's filename.
rake db:migrate VERSION=20080906120000
rails db:migrate VERSION=20080906120000