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

20161128170531_drop_user_activities_table.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00bc0c73015d69b8011e307f09ba32c3f698e6d6 (plain)
1
2
3
4
5
6
7
8
9
class DropUserActivitiesTable < ActiveRecord::Migration
  include Gitlab::Database::MigrationHelpers

  DOWNTIME = false

  # This migration is a no-op. It just exists to match EE.
  def change
  end
end