Commit f2b7da4b authored by Felipe Artur's avatar Felipe Artur

Remove additional logging

parent b2fb3a9c
......@@ -5,8 +5,6 @@ module Gitlab
module BackgroundMigration
class SyncIssuesStateId
def perform(start_id, end_id)
Gitlab::AppLogger.info("Issues - Populating state_id: #{start_id} - #{end_id}")
ActiveRecord::Base.connection.execute <<~SQL
UPDATE issues
SET state_id =
......
......@@ -5,8 +5,6 @@ module Gitlab
module BackgroundMigration
class SyncMergeRequestsStateId
def perform(start_id, end_id)
Rails.logger.info("Merge Requests - Populating state_id: #{start_id} - #{end_id}")
ActiveRecord::Base.connection.execute <<~SQL
UPDATE merge_requests
SET state_id =
......
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