1
0
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:
Go MAEDA 2023-02-03 01:03:42 +00:00
parent e6c2bea2f9
commit e3c85f4c08

View File

@ -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.'