????

Your IP : 3.14.83.200


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/054_add_changesets_scmid.rb

class AddChangesetsScmid < ActiveRecord::Migration[4.2]
  def self.up
    add_column :changesets, :scmid, :string
  end

  def self.down
    remove_column :changesets, :scmid
  end
end