Skip to content

Commit a2ccc5f

Browse files
authored
Merge pull request rails#54112 from skipkayhil/hm-migrate-reset
Show db:migrate:reset in `rake --tasks`
2 parents 593d9d9 + f33a87f commit a2ccc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/railties/databases.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ db_namespace = namespace :db do
160160
end
161161
end
162162

163-
# desc 'Resets your database using your migrations for the current environment'
163+
desc "Resets your database using your migrations for the current environment"
164164
task reset: ["db:drop", "db:create", "db:schema:dump", "db:migrate"]
165165

166166
desc 'Run the "up" for a given migration VERSION.'

0 commit comments

Comments
 (0)