Actions
Patch #4580
closedRun rake db:schema:dump after rake db:migrate_plugins
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-01-14
Due date:
% Done:
0%
Estimated time:
Description
rake db:migrate
runs rake db:schema:dump
after applying all migrations. Thus you can run rake test
directly after db:migrate
.
This patch applies the same behavior to rake db:migrate_plugins
, so it is easier to test if your plugins did not break Redmine. Patch is based on trunk (actually, master of git mirror).
Files
Related issues
Actions