BigW Consortium Gitlab

20151228111122_remove_public_from_namespace.rb 177 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6 7
# Migration type: online
class RemovePublicFromNamespace < ActiveRecord::Migration
  def change
    remove_column :namespaces, :public, :boolean
  end
end