BigW Consortium Gitlab

20151118162244_add_projects_public_index.rb 135 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddProjectsPublicIndex < ActiveRecord::Migration
  def change
    add_index :namespaces, :public
  end
end