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

20161007073613_create_user_activities.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d694e777a1154054e58e81e97ca58f14f7a93bd (plain)
1
2
3
4
5
6
7
class CreateUserActivities < ActiveRecord::Migration
  DOWNTIME = false

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