????

Your IP : 3.20.240.115


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20140903143914_add_password_changed_at_to_user.rb

class AddPasswordChangedAtToUser < ActiveRecord::Migration[4.2]
  def change
    add_column :users, :passwd_changed_on, :datetime
  end
end