????

Your IP : 3.20.240.115


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20090704172350_populate_users_type.rb

class PopulateUsersType < ActiveRecord::Migration[4.2]
  def self.up
    Principal.where("type IS NULL").update_all("type = 'User'")
  end

  def self.down
  end
end