Commit 6d6a07ce authored by Stan Hu's avatar Stan Hu

Merge branch 'reset-settings-column-info' into 'master'

Reload ApplicationSetting column information before use

See merge request gitlab-org/gitlab-ee!9501
parents cbe25d50 e713e902
......@@ -35,6 +35,8 @@ class ConsumeRemainingMigrateApproverToApprovalRulesInBatchJobs < ActiveRecord::
disable_ddl_transaction!
def up
ApplicationSetting.reset_column_information
Gitlab::BackgroundMigration.steal('MigrateApproverToApprovalRulesInBatch', retry_dead_jobs: true)
process_unmigrated
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment