BigW Consortium Gitlab

20161213172958_change_slack_service_to_slack_notification_service.rb 366 Bytes
Newer Older
1 2 3
class ChangeSlackServiceToSlackNotificationService < ActiveRecord::Migration
  include Gitlab::Database::MigrationHelpers

4
  DOWNTIME = false
5

6 7 8 9
  # 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
10 11
  end
end