瀏覽代碼

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
tags/2.1.0
Jean-Baptiste Barth 12 年之前
父節點
當前提交
d048d86c50
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      lib/tasks/redmine.rake

+ 2
- 0
lib/tasks/redmine.rake 查看文件

@@ -70,6 +70,8 @@ namespace :redmine do
rescue Redmine::PluginNotFound
abort "Plugin #{name} was not found."
end

Rake::Task["db:schema:dump"].invoke
end

desc 'Copies plugins assets into the public directory.'

Loading…
取消
儲存