BigW Consortium Gitlab

20151203162133_add_hide_project_limit_to_users.rb 173 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddHideProjectLimitToUsers < ActiveRecord::Migration
  def change
    add_column :users, :hide_project_limit, :boolean, default: false
  end
end