提交 a42770cd 编写于 作者: A Arthur Neves

Revert "Merge pull request #22502 from maclover7/remove-deprecation-notice"

This reverts commit c2e70ca9, reversing
changes made to b0e5fc27.

this broke the build
上级 c2e70ca9
......@@ -298,6 +298,14 @@ db_namespace = namespace :db do
end
namespace :test do
task :deprecated do
Rake.application.top_level_tasks.grep(/^db:test:/).each do |task|
$stderr.puts "WARNING: #{task} is deprecated. The Rails test helper now maintains " \
"your test schema automatically, see the release notes for details."
end
end
# desc "Recreate the test database from the current schema"
task :load => %w(db:test:purge) do
case ActiveRecord::Base.schema_format
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册