Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20161213172958_change_slack_service_to_slack_notification_service.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db839bb300092dbed8c0f365887c4667a16cc158 (plain)
1
2
3
4
5
6
7
8
9
10
class ChangeSlackServiceToSlackNotificationService < ActiveRecord::Migration
  include Gitlab::Database::MigrationHelpers

  DOWNTIME = false

  # This migration is a no-op, as it existed in an RC but was then moved:
  #   db/post_migrate/20161220101029_change_slack_service_to_slack_notification_service_in_batches.rb
  def change
  end
end