Project

General

Profile

Patch #11299 ยป redmine_plugins_migrate.patch

Jean-Baptiste Barth, 2012-07-01 22:00

View differences:

lib/tasks/redmine.rake
70 70
      rescue Redmine::PluginNotFound
71 71
        abort "Plugin #{name} was not found."
72 72
      end
73
      Rake::Task["db:schema:dump"].invoke
73 74
    end
74 75

  
75 76
    desc 'Copies plugins assets into the public directory.'
    (1-1/1)