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 494e89b + 6d55eb9 commit dcc75f9Copy full SHA for dcc75f9
activerecord/lib/active_record/migration.rb
@@ -160,7 +160,7 @@ def detailed_migration_message(pending_migrations)
160
message += "You have #{pending_migrations.size} pending #{pending_migrations.size > 1 ? 'migrations:' : 'migration:'}\n\n"
161
162
pending_migrations.each do |pending_migration|
163
- message += "#{pending_migration.basename}\n"
+ message += "#{pending_migration.filename}\n"
164
end
165
166
message
0 commit comments