Feature #35562
Show warning in admin/info when there are pending migrations
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Administration | |||
Target version: | 5.0.0 | |||
Resolution: | Fixed |
Description
The attached patch adds an indication to the admin/info page whether all database migrations have been run or not.
Some users forget to run the rake task db:migrate
when they update Redmine and encounter errors. Sometimes it is difficult for users new to Ruby on Rails to identify that the cause is that database migrations have not been run (examples: , ).
The new indication that the patch introduces gives such users a chance to know the cause. It is also useful for people who are asked help from such users to figure out the cause.
Associated revisions
Show warning in admin/info when there are pending migrations (#35562).
Patch by Go MAEDA.
Update locales (#35562).