We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aac5d6 + da38b85 commit aa01e3cCopy full SHA for aa01e3c
activerecord/lib/active_record/railties/databases.rake
@@ -333,7 +333,7 @@ db_namespace = namespace :db do
333
pending_migrations << pool.migration_context.open.pending_migrations
334
end
335
336
- pending_migrations = pending_migrations.flatten!
+ pending_migrations.flatten!
337
338
if pending_migrations.any?
339
puts "You have #{pending_migrations.size} pending #{pending_migrations.size > 1 ? 'migrations:' : 'migration:'}"
0 commit comments