mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-10 19:23:06 +00:00
Merged r22086 from trunk to 5.0-stable (#38199).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22091 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e6c2bea2f9
commit
e3c85f4c08
@ -153,12 +153,7 @@ DESC
|
||||
abort "Plugin #{name} was not found."
|
||||
end
|
||||
|
||||
case ActiveRecord::Base.schema_format
|
||||
when :ruby
|
||||
Rake::Task["db:schema:dump"].invoke
|
||||
when :sql
|
||||
Rake::Task["db:structure:dump"].invoke
|
||||
end
|
||||
Rake::Task["db:schema:dump"].invoke
|
||||
end
|
||||
|
||||
desc 'Copies plugins assets into the public directory.'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user