Skip to content

Commit

Permalink
Fixes #27534 - Override environment to development
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Sep 4, 2019
1 parent 2c69b67 commit ba74bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/convert.rake
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ namespace :db do
# dynflow:migrate migrates the db configured for the current rails env
# In this case, we need to make sure it migrates development
env_bak = ::Rails.env
::Rails.env = 'development'
Rake::Task['dynflow:migrate'].invoke
::Rails.env = env_bak

Expand Down

0 comments on commit ba74bc3

Please sign in to comment.