????

Your IP : 3.142.124.139


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/053_add_changes_branch.rb

class AddChangesBranch < ActiveRecord::Migration[4.2]
  def self.up
    add_column :changes, :branch, :string
  end

  def self.down
    remove_column :changes, :branch
  end
end