mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Display db:drop description in ActiveRecord
This commit is contained in:
parent
9facd9a903
commit
b278e2f5c6
1 changed files with 3 additions and 1 deletions
|
@ -41,9 +41,11 @@ namespace :test do
|
|||
end
|
||||
end
|
||||
|
||||
desc "Build MySQL and PostgreSQL test databases"
|
||||
namespace :db do
|
||||
desc "Build MySQL and PostgreSQL test databases"
|
||||
task create: ["db:mysql:build", "db:postgresql:build"]
|
||||
|
||||
desc "Drop MySQL and PostgreSQL test databases"
|
||||
task drop: ["db:mysql:drop", "db:postgresql:drop"]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue