提交 5cc74660 编写于 作者: E eileencodes

Remove description for namespaced `db:migrate:up`

This was accidentally left in, the standard `db:migrate:up` doesn't have
a description so `db:migrate:up:namespace` shouldn't have one either.
上级 92c46437
......@@ -143,7 +143,6 @@ db_namespace = namespace :db do
namespace :up do
ActiveRecord::Tasks::DatabaseTasks.for_each do |spec_name|
desc "up for #{spec_name}"
task spec_name => :load_config do
raise "VERSION is required" if !ENV["VERSION"] || ENV["VERSION"].empty?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册