BigW Consortium Gitlab

20131214224427_add_hide_no_ssh_key_to_users.rb 169 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddHideNoSshKeyToUsers < ActiveRecord::Migration
  def change
    add_column :users, :hide_no_ssh_key, :boolean, :default => false
  end
end