summaryrefslogtreecommitdiff
path: root/db/migrate/20161213172958_change_slack_service_to_slack_notification_service.rb
blob: babac6bfc4fedeeb5c0b6672631a92cf3296808b (plain)
1
2
3
4
5
6
7
8
9
10
11
class ChangeSlackServiceToSlackNotificationService < ActiveRecord::Migration[4.2]
  include Gitlab::Database::MigrationHelpers

  DOWNTIME = false

  # This migration is a no-op, as it existed in an RC but we renamed
  # SlackNotificationService back to SlackService:
  #   https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8191#note_20310845
  def change
  end
end