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.
1 parent 7e41411 commit c2f84daCopy full SHA for c2f84da
lib/capistrano/tasks/migrations.rake
@@ -36,6 +36,6 @@ namespace :load do
36
set :conditionally_migrate, fetch(:conditionally_migrate, false)
37
set :migration_role, fetch(:migration_role, :db)
38
set :migration_servers, -> { primary(fetch(:migration_role)) }
39
- set :migration_command, -> { fetch(:migration_command, 'db:migrate') }
+ set :migration_command, fetch(:migration_command, 'db:migrate')
40
end
41
0 commit comments