????

Your IP : 18.222.84.251


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20120707064544_add_auth_sources_timeout.rb

class AddAuthSourcesTimeout < ActiveRecord::Migration[4.2]
  def up
    add_column :auth_sources, :timeout, :integer
  end

  def self.down
    remove_column :auth_sources, :timeout
  end
end