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: be3ecb17eef38751b9446f8b1bc7d1247974888f (plain)
1
2
3
4
5
6
7
class CreateUserActivities < ActiveRecord::Migration[4.2]
  DOWNTIME = false

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