????

Your IP : 3.133.158.178


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20210704125704_add_twofa_required_to_groups.rb

class AddTwofaRequiredToGroups < ActiveRecord::Migration[6.1]
  def change
    add_column :users, :twofa_required, :boolean, default: false
  end
end