Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ActiveRecord::PendingMigrationError [running rails4]

So, I've just added some new migrations to the app and I've run rake db:migrate subsequently. However, I still seem to be getting the below error. I've run the rake db:migrate RAILS_ENV=development command also. When I refresh the app I get the same error.

ActiveRecord::PendingMigrationError

Migrations are pending; run 'rake db:migrate RAILS_ENV=development' to resolve this issue.

Let me know what additional files I can include to help troubleshoot this.

like image 958
Apane101 Avatar asked Mar 26 '26 19:03

Apane101


1 Answers

An app reset was the solution for those who come across the same problem :)

like image 159
Apane101 Avatar answered Mar 28 '26 10:03

Apane101