##// END OF EJS Templates
Invoke db:schema:dump after plugin migrations so that db/schema.rb stays up-to-date...
Jean-Baptiste Barth -
r9951:d048d86c5090
parent child
Show More
@@ -70,6 +70,8 namespace :redmine do
70 70 rescue Redmine::PluginNotFound
71 71 abort "Plugin #{name} was not found."
72 72 end
73
74 Rake::Task["db:schema:dump"].invoke
73 75 end
74 76
75 77 desc 'Copies plugins assets into the public directory.'
General Comments 0
You need to be logged in to leave comments. Login now