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

20151118162244_add_projects_public_index.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fded70e3c0c8c38c67f7d30e4be82d11039be991 (plain)
1
2
3
4
5
class AddProjectsPublicIndex < ActiveRecord::Migration
  def change
    add_index :namespaces, :public
  end
end