20161128170531_drop_user_activities_table.rb 204 Bytes
Newer Older
1 2 3 4 5
class DropUserActivitiesTable < ActiveRecord::Migration
  include Gitlab::Database::MigrationHelpers

  DOWNTIME = false

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