BigW Consortium Gitlab

20151118162244_add_projects_public_index.rb 113 Bytes
Newer Older
1 2 3 4 5
class AddProjectsPublicIndex < ActiveRecord::Migration
  def change
    add_index :namespaces, :public
  end
end