Invoke db:schema:dump after plugin migrations so that db/schema.rb stays up-to-date
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10134 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
95457c434e
commit
d048d86c50
|
@ -70,6 +70,8 @@ namespace :redmine do
|
||||||
rescue Redmine::PluginNotFound
|
rescue Redmine::PluginNotFound
|
||||||
abort "Plugin #{name} was not found."
|
abort "Plugin #{name} was not found."
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Rake::Task["db:schema:dump"].invoke
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'Copies plugins assets into the public directory.'
|
desc 'Copies plugins assets into the public directory.'
|
||||||
|
|
Loading…
Reference in New Issue