Patch #4580
Run rake db:schema:dump after rake db:migrate_plugins
Status: | New | Start date: | 2010-01-14 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
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).
History
#1
Updated by Konstantin Haase over 12 years ago
- Assignee set to Eric Davis
#2
Updated by Eric Davis over 11 years ago
- Assignee deleted (
Eric Davis)